#F01186

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

Shades of Deep Pink #F01186

Tints of Deep Pink #F01186

Color information

#F01186 (or 0xF01186) is unknown color: approx Deep Pink. HEX triplet: F0, 11 and 86. RGB value is (240,17,134). Sum of RGB (Red+Green+Blue) = 240+17+134=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F01186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01186 is #0FEE79. Grayscale: #606060. Windows color (decimal): -1044090 or 8786416. OLE color: 8786416.

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

Color convert

RGB24017134-
CMYK00.930.440.06
HSL328.52º88.14%50.39%-
HSV(B)328.52º92.92%94.12%-
XYZ40.4420.6524.41-
YUV97.01148.88229.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.38%
GREEN value IS 17 (7.03% from 255) = 4.35%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=61.38%
G=4.35%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401713400.930.440.06328.5288.1450.39
HexF0118605D2C61495832
Octal36021206013554651113062
Binary111100001000110000110010111011011001101010010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01186; }

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

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

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

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

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

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

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

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