#F01191

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

Shades of Deep Pink #F01191

Tints of Deep Pink #F01191

Color information

#F01191 (or 0xF01191) is unknown color: approx Deep Pink. HEX triplet: F0, 11 and 91. RGB value is (240,17,145). Sum of RGB (Red+Green+Blue) = 240+17+145=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F01191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01191 is #0FEE6E. Grayscale: #616161. Windows color (decimal): -1044079 or 9507312. OLE color: 9507312.

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

Color convert

RGB24017145-
CMYK00.930.400.06
HSL325.56º88.14%50.39%-
HSV(B)325.56º92.92%94.12%-
XYZ41.2520.9728.66-
YUV98.27154.38229.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.70%
GREEN value IS 17 (7.03% from 255) = 4.23%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=59.70%
G=4.23%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401714500.930.400.06325.5688.1450.39
HexF0119105D2861465832
Octal36021221013550650613062
Binary111100001000110010001010111011010001101010001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01191; }

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

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

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

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

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

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

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

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