Shades of Deep Pink #F91F89
Tints of Deep Pink #F91F89
RGB
CMYK
RGB Variations
Color information
#F91F89 (or 0xF91F89) is known color: Deep Pink. HEX triplet: F9, 1F and 89. RGB value is (249,31,137). Sum of RGB (Red+Green+Blue) = 249+31+137=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91F89 is #06E076. Grayscale: #6C6C6C. Windows color (decimal): -450679 or 8986617. OLE color: 8986617.
HSL color Cylindrical-coordinate representation of color #F91F89: hue angle of 330.83º 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 #F91F89 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 137 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.02 |
| HSL | 330.83º | 0.95% | 0.55% | - |
| HSV(B) | 330.83º | 0.88% | 0.98% | - |
| XYZ | 44.07 | 22.93 | 25.77 | - |
| YUV | 108.27 | 144.22 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 137 | 0 | 0.88 | 0.45 | 0.02 | 330.83 | 0.95 | 0.55 |
| Hex | F9 | 1F | 89 | 0 | 58 | 2D | 2 | 14B | 5F | 37 |
| Octal | 371 | 37 | 211 | 0 | 130 | 55 | 2 | 513 | 137 | 67 |
| Binary | 11111001 | 11111 | 10001001 | 0 | 1011000 | 101101 | 10 | 101001011 | 1011111 | 110111 |
Color Harmonies of #F91F89
Complementary color
Monochromatic Colors of #F91F89
Black with #F91F89
Text Example
Text Example
White with #F91F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F89; }
p { color: rgb(249,31,137); }
H1.HeaderClassName
{
color: #F91F89;
}
.AnyTagClassName
{
color: #F91F89;
}
</style>
background-color css
<style>
a { background-color: #F91F89; }
a { background-color: rgb(249,31,137); }
div.DivClassName
{
background-color: #F91F89;
}
.BgClassName
{
background-color: #F91F89;
}
</style>
border-color css
<style>
span { border-color: #F91F89; }
span { border-color: rgb(249,31,137); }
td.TdClassName
{
border-color: #F91F89;
}
.TagClassName
{
border-color: #F91F89;
}
</style>