Shades of Deep Pink #F91D99
Tints of Deep Pink #F91D99
RGB
CMYK
RGB Variations
Color information
#F91D99 (or 0xF91D99) is known color: Deep Pink. HEX triplet: F9, 1D and 99. RGB value is (249,29,153). Sum of RGB (Red+Green+Blue) = 249+29+153=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D99 is #06E266. Grayscale: #6C6C6C. Windows color (decimal): -451175 or 10034681. OLE color: 10034681.
HSL color Cylindrical-coordinate representation of color #F91D99: hue angle of 326.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D99 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 153 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.02 |
| HSL | 326.18º | 0.95% | 0.55% | - |
| HSV(B) | 326.18º | 0.88% | 0.98% | - |
| XYZ | 45.26 | 23.32 | 32.25 | - |
| YUV | 108.92 | 152.89 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 153 | 0 | 0.88 | 0.39 | 0.02 | 326.18 | 0.95 | 0.55 |
| Hex | F9 | 1D | 99 | 0 | 58 | 27 | 2 | 146 | 5F | 37 |
| Octal | 371 | 35 | 231 | 0 | 130 | 47 | 2 | 506 | 137 | 67 |
| Binary | 11111001 | 11101 | 10011001 | 0 | 1011000 | 100111 | 10 | 101000110 | 1011111 | 110111 |
Color Harmonies of #F91D99
Complementary color
Monochromatic Colors of #F91D99
Black with #F91D99
Text Example
Text Example
White with #F91D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D99; }
p { color: rgb(249,29,153); }
H1.HeaderClassName
{
color: #F91D99;
}
.AnyTagClassName
{
color: #F91D99;
}
</style>
background-color css
<style>
a { background-color: #F91D99; }
a { background-color: rgb(249,29,153); }
div.DivClassName
{
background-color: #F91D99;
}
.BgClassName
{
background-color: #F91D99;
}
</style>
border-color css
<style>
span { border-color: #F91D99; }
span { border-color: rgb(249,29,153); }
td.TdClassName
{
border-color: #F91D99;
}
.TagClassName
{
border-color: #F91D99;
}
</style>