#F01190

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

Shades of Deep Pink #F01190

Tints of Deep Pink #F01190

Color information

#F01190 (or 0xF01190) is unknown color: approx Deep Pink. HEX triplet: F0, 11 and 90. RGB value is (240,17,144). Sum of RGB (Red+Green+Blue) = 240+17+144=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F01190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01190 is #0FEE6F. Grayscale: #616161. Windows color (decimal): -1044080 or 9441776. OLE color: 9441776.

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

Color convert

RGB24017144-
CMYK00.930.40.06
HSL325.83º88.14%50.39%-
HSV(B)325.83º92.92%94.12%-
XYZ41.1720.9428.26-
YUV98.15153.88229.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.85%
GREEN value IS 17 (7.03% from 255) = 4.24%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=59.85%
G=4.24%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401714400.930.40.06325.8388.1450.39
HexF0119005D2861465832
Octal36021220013550650613062
Binary111100001000110010000010111011010001101010001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01190; }

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

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

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

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

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

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

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

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