Shades of Deep Pink #F9129F
Tints of Deep Pink #F9129F
RGB
CMYK
RGB Variations
Color information
#F9129F (or 0xF9129F) is known color: Deep Pink. HEX triplet: F9, 12 and 9F. RGB value is (249,18,159). Sum of RGB (Red+Green+Blue) = 249+18+159=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9129F is #06ED60. Grayscale: #666666. Windows color (decimal): -453985 or 10425081. OLE color: 10425081.
HSL color Cylindrical-coordinate representation of color #F9129F: hue angle of 323.38º 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 #F9129F is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 159 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.02 |
| HSL | 323.38º | 0.95% | 0.52% | - |
| HSV(B) | 323.38º | 0.93% | 0.98% | - |
| XYZ | 45.54 | 23.08 | 34.85 | - |
| YUV | 103.14 | 159.53 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 159 | 0 | 0.93 | 0.36 | 0.02 | 323.38 | 0.95 | 0.52 |
| Hex | F9 | 12 | 9F | 0 | 5D | 24 | 2 | 143 | 5F | 34 |
| Octal | 371 | 22 | 237 | 0 | 135 | 44 | 2 | 503 | 137 | 64 |
| Binary | 11111001 | 10010 | 10011111 | 0 | 1011101 | 100100 | 10 | 101000011 | 1011111 | 110100 |
Color Harmonies of #F9129F
Complementary color
Monochromatic Colors of #F9129F
Black with #F9129F
Text Example
Text Example
White with #F9129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9129F; }
p { color: rgb(249,18,159); }
H1.HeaderClassName
{
color: #F9129F;
}
.AnyTagClassName
{
color: #F9129F;
}
</style>
background-color css
<style>
a { background-color: #F9129F; }
a { background-color: rgb(249,18,159); }
div.DivClassName
{
background-color: #F9129F;
}
.BgClassName
{
background-color: #F9129F;
}
</style>
border-color css
<style>
span { border-color: #F9129F; }
span { border-color: rgb(249,18,159); }
td.TdClassName
{
border-color: #F9129F;
}
.TagClassName
{
border-color: #F9129F;
}
</style>