#F9197B

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

Shades of Deep Pink #F9197B

Tints of Deep Pink #F9197B

Color information

#F9197B (or 0xF9197B) is unknown color: approx Deep Pink. HEX triplet: F9, 19 and 7B. RGB value is (249,25,123). Sum of RGB (Red+Green+Blue) = 249+25+123=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F9197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9197B is #06E684. Grayscale: #666666. Windows color (decimal): -452229 or 8067577. OLE color: 8067577.

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

Color convert

RGB24925123-
CMYK00.900.510.02
HSL333.75º94.92%53.73%-
HSV(B)333.75º89.96%97.65%-
XYZ42.9922.2720.77-
YUV103.15139.21232.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.72%
GREEN value IS 25 (10.16% from 255) = 6.30%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=62.72%
G=6.30%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492512300.900.510.02333.7594.9253.73
HexF9197B05A33214e5f36
Octal37131173013263251613766
Binary1111100111001111101101011010110011101010011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9197B; }

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

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

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

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

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

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

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

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