#F01992

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

Shades of Deep Pink #F01992

Tints of Deep Pink #F01992

Color information

#F01992 (or 0xF01992) is unknown color: approx Deep Pink. HEX triplet: F0, 19 and 92. RGB value is (240,25,146). Sum of RGB (Red+Green+Blue) = 240+25+146=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F01992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01992 is #0FE66D. Grayscale: #666666. Windows color (decimal): -1042030 or 9574896. OLE color: 9574896.

HSL color Cylindrical-coordinate representation of color #F01992: hue angle of 326.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01992 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB24025146-
CMYK00.900.390.06
HSL326.23º87.76%51.96%-
HSV(B)326.23º89.58%94.12%-
XYZ41.4721.329.12-
YUV103.08152.23225.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.39%
GREEN value IS 25 (10.16% from 255) = 6.08%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=58.39%
G=6.08%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402514600.900.390.06326.2387.7651.96
HexF0199205A2761465834
Octal36031222013247650613064
Binary111100001100110010010010110101001111101010001101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01992; }

 p { color: rgb(240,25,146); }

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

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

 a { background-color: rgb(240,25,146); }

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

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

 span { border-color: rgb(240,25,146); }

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