Shades of Deep Pink #F9119D
Tints of Deep Pink #F9119D
RGB
CMYK
RGB Variations
Color information
#F9119D (or 0xF9119D) is known color: Deep Pink. HEX triplet: F9, 11 and 9D. RGB value is (249,17,157). Sum of RGB (Red+Green+Blue) = 249+17+157=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9119D is #06EE62. Grayscale: #666666. Windows color (decimal): -454243 or 10293753. OLE color: 10293753.
HSL color Cylindrical-coordinate representation of color #F9119D: hue angle of 323.79º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9119D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 157 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.02 |
| HSL | 323.79º | 0.95% | 0.52% | - |
| HSV(B) | 323.79º | 0.93% | 0.98% | - |
| XYZ | 45.35 | 22.97 | 33.94 | - |
| YUV | 102.33 | 158.86 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 157 | 0 | 0.93 | 0.37 | 0.02 | 323.79 | 0.95 | 0.52 |
| Hex | F9 | 11 | 9D | 0 | 5D | 25 | 2 | 144 | 5F | 34 |
| Octal | 371 | 21 | 235 | 0 | 135 | 45 | 2 | 504 | 137 | 64 |
| Binary | 11111001 | 10001 | 10011101 | 0 | 1011101 | 100101 | 10 | 101000100 | 1011111 | 110100 |
Color Harmonies of #F9119D
Complementary color
Monochromatic Colors of #F9119D
Black with #F9119D
Text Example
Text Example
White with #F9119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9119D; }
p { color: rgb(249,17,157); }
H1.HeaderClassName
{
color: #F9119D;
}
.AnyTagClassName
{
color: #F9119D;
}
</style>
background-color css
<style>
a { background-color: #F9119D; }
a { background-color: rgb(249,17,157); }
div.DivClassName
{
background-color: #F9119D;
}
.BgClassName
{
background-color: #F9119D;
}
</style>
border-color css
<style>
span { border-color: #F9119D; }
span { border-color: rgb(249,17,157); }
td.TdClassName
{
border-color: #F9119D;
}
.TagClassName
{
border-color: #F9119D;
}
</style>