Color Hex Logo

#f02a8d Color Hex

#F02A8D
(240,42,141)
0 Favorites   0 Comments

Color spaces of #f02a8d

RGB 24042141
HSL0.920.870.55
HSV330°83°94°
CMYK 0.000.830.41   0.06
XYZ41.570922.104327.2748
Yxy22.10430.45710.2430
Hunter Lab47.015275.5533-1.4851
CIE-Lab54.137577.2198-5.1487

#f02a8d color RGB value is (240,42,141).

#f02a8d hex color red value is 240, green value is 42 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f02a8d hue: 0.92 , saturation: 0.87 and the lightness value of f02a8d is 0.55.

The process color (four color CMYK) of #f02a8d color hex is 0.00, 0.83, 0.41, 0.06. Web safe color of #f02a8d is #ff3399. Color #f02a8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101010 10001101
Octal 360 52 215
Decimal 240 42 141
Hex F0 2A 8D

RGB Percentages of Color #f02a8d

%56.74
%9.93
%33.33

CMYK Percentages of Color #f02a8d

%0
%83
%41
%6

Triadic Colors of #f02a8d

#f02a8d #8df02a #2a8df0

Analogous Colors of #f02a8d

#f02a8d #f02a2a #f02af0

Monochromatic Colors of #f02a8d

#f02a8d

Complementary Color

#f02a8d #2af08d

#f02a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02a8d Color CSS Codes

.mybgcolor {background-color:#f02a8d; } 
.myforecolor {color:#f02a8d; }
.mybordercolor {border:3px solid #f02a8d; }

#f02a8d Text Font Color

<p style="color:#f02a8d">Text here</p>

This sample text font color is #f02a8d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f02a8d Background Color

<div style="background-color:#f02a8d">
Div content here</div>

This div background color is #f02a8d


#f02a8d Border Color

<div style="border:3px solid #f02a8d">
Div here</div>

This div border color is #f02a8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,42,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f02a8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f02a8d;
  -webkit-box-shadow: 1px 1px 3px 2px #f02a8d;
  box-shadow:         1px 1px 3px 2px #f02a8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,42,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f02a8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f02a8d;
  -webkit-box-shadow: 1px 1px 3px 2px #f02a8d;
  box-shadow:         1px 1px 3px 2px #f02a8d;">
Div content here</div>

This div box has shadow with color #f02a8d


Comments

No comments written yet.

Please login to write comment.