#F01993

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

Shades of Deep Pink #F01993

Tints of Deep Pink #F01993

Color information

#F01993 (or 0xF01993) is unknown color: approx Deep Pink. HEX triplet: F0, 19 and 93. RGB value is (240,25,147). Sum of RGB (Red+Green+Blue) = 240+25+147=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F01993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01993 is #0FE66C. Grayscale: #666666. Windows color (decimal): -1042029 or 9640432. OLE color: 9640432.

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

Color convert

RGB24025147-
CMYK00.900.390.06
HSL325.95º87.76%51.96%-
HSV(B)325.95º89.58%94.12%-
XYZ41.5521.3329.53-
YUV103.19152.73225.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.25%
GREEN value IS 25 (10.16% from 255) = 6.07%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=58.25%
G=6.07%
B=35.68%

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
Decimal2402514700.900.390.06325.9587.7651.96
HexF0199305A2761465834
Octal36031223013247650613064
Binary111100001100110010011010110101001111101010001101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01993; }

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

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

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

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

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

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

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

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