#F01D86

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

Shades of Deep Pink #F01D86

Tints of Deep Pink #F01D86

Color information

#F01D86 (or 0xF01D86) is unknown color: approx Deep Pink. HEX triplet: F0, 1D and 86. RGB value is (240,29,134). Sum of RGB (Red+Green+Blue) = 240+29+134=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01D86 is #0FE279. Grayscale: #676767. Windows color (decimal): -1041018 or 8789488. OLE color: 8789488.

HSL color Cylindrical-coordinate representation of color #F01D86: hue angle of 330.14º 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 #F01D86 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB24029134-
CMYK00.880.440.06
HSL330.14º87.55%52.75%-
HSV(B)330.14º87.92%94.12%-
XYZ40.6821.1324.49-
YUV104.06144.9224.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.55%
GREEN value IS 29 (11.72% from 255) = 7.20%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=59.55%
G=7.20%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402913400.880.440.06330.1487.5552.75
HexF01D860582C614a5835
Octal36035206013054651213065
Binary111100001110110000110010110001011001101010010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01D86; }

 p { color: rgb(240,29,134); }

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

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

 a { background-color: rgb(240,29,134); }

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

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

 span { border-color: rgb(240,29,134); }

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