#F01E81

Color #F01E81 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F01E81

Tints of Deep Pink #F01E81

Color information

#F01E81 (or 0xF01E81) is unknown color: approx Deep Pink. HEX triplet: F0, 1E and 81. RGB value is (240,30,129). Sum of RGB (Red+Green+Blue) = 240+30+129=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01E81 is #0FE17E. Grayscale: #676767. Windows color (decimal): -1040767 or 8462064. OLE color: 8462064.

HSL color Cylindrical-coordinate representation of color #F01E81: hue angle of 331.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01E81 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB24030129-
CMYK00.870.460.06
HSL331.71º87.5%52.94%-
HSV(B)331.71º87.5%94.12%-
XYZ40.3621.0422.7-
YUV104.08142.07224.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 60.15%
GREEN value IS 30 (12.11% from 255) = 7.52%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=60.15%
G=7.52%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403012900.870.460.06331.7187.552.94
HexF01E810572E614c5835
Octal36036201012756651413065
Binary111100001111010000001010101111011101101010011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01E81; }

 p { color: rgb(240,30,129); }

 H1.HeaderClassName
 {
   color: #F01E81;
 }
 .AnyTagClassName
 {
   color: #F01E81;
 }
</style>
background-color css

<style>
 a { background-color: #F01E81; }

 a { background-color: rgb(240,30,129); }

 div.DivClassName
 {
   background-color: #F01E81;
 }
 .BgClassName
 {
   background-color: #F01E81;
 }
</style>
border-color css

<style>
 span { border-color: #F01E81; }

 span { border-color: rgb(240,30,129); }

 td.TdClassName
 {
   border-color: #F01E81;
 }
 .TagClassName
 {
   border-color: #F01E81;
 }
</style>