#F91997

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

Shades of Deep Pink #F91997

Tints of Deep Pink #F91997

Color information

#F91997 (or 0xF91997) is unknown color: approx Deep Pink. HEX triplet: F9, 19 and 97. RGB value is (249,25,151). Sum of RGB (Red+Green+Blue) = 249+25+151=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F91997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91997 is #06E668. Grayscale: #6A6A6A. Windows color (decimal): -452201 or 9902585. OLE color: 9902585.

HSL color Cylindrical-coordinate representation of color #F91997: hue angle of 326.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91997 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB24925151-
CMYK00.900.390.02
HSL326.25º94.92%53.73%-
HSV(B)326.25º89.96%97.65%-
XYZ4523.0731.36-
YUV106.34153.21229.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.59%
GREEN value IS 25 (10.16% from 255) = 5.88%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=58.59%
G=5.88%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492515100.900.390.02326.2594.9253.73
HexF9199705A2721465f36
Octal37131227013247250613766
Binary11111001110011001011101011010100111101010001101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91997; }

 p { color: rgb(249,25,151); }

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

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

 a { background-color: rgb(249,25,151); }

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

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

 span { border-color: rgb(249,25,151); }

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