#F01994

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

Shades of Deep Pink #F01994

Tints of Deep Pink #F01994

Color information

#F01994 (or 0xF01994) is unknown color: approx Deep Pink. HEX triplet: F0, 19 and 94. RGB value is (240,25,148). Sum of RGB (Red+Green+Blue) = 240+25+148=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F01994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01994 is #0FE66B. Grayscale: #676767. Windows color (decimal): -1042028 or 9705968. OLE color: 9705968.

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

Color convert

RGB24025148-
CMYK00.900.380.06
HSL325.67º87.76%51.96%-
HSV(B)325.67º89.58%94.12%-
XYZ41.6321.3629.95-
YUV103.31153.23225.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.11%
GREEN value IS 25 (10.16% from 255) = 6.05%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=58.11%
G=6.05%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402514800.900.380.06325.6787.7651.96
HexF0199405A2661465834
Octal36031224013246650613064
Binary111100001100110010100010110101001101101010001101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01994; }

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

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

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

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

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

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

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

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