Shades of Deep Pink #F91B89
Tints of Deep Pink #F91B89
RGB
CMYK
RGB Variations
Color information
#F91B89 (or 0xF91B89) is known color: Deep Pink. HEX triplet: F9, 1B and 89. RGB value is (249,27,137). Sum of RGB (Red+Green+Blue) = 249+27+137=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91B89 is #06E476. Grayscale: #696969. Windows color (decimal): -451703 or 8985593. OLE color: 8985593.
HSL color Cylindrical-coordinate representation of color #F91B89: hue angle of 330.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91B89 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 137 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.02 |
| HSL | 330.27º | 0.95% | 0.54% | - |
| HSV(B) | 330.27º | 0.89% | 0.98% | - |
| XYZ | 43.97 | 22.73 | 25.74 | - |
| YUV | 105.92 | 145.55 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 137 | 0 | 0.89 | 0.45 | 0.02 | 330.27 | 0.95 | 0.54 |
| Hex | F9 | 1B | 89 | 0 | 59 | 2D | 2 | 14A | 5F | 36 |
| Octal | 371 | 33 | 211 | 0 | 131 | 55 | 2 | 512 | 137 | 66 |
| Binary | 11111001 | 11011 | 10001001 | 0 | 1011001 | 101101 | 10 | 101001010 | 1011111 | 110110 |
Color Harmonies of #F91B89
Complementary color
Monochromatic Colors of #F91B89
Black with #F91B89
Text Example
Text Example
White with #F91B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B89; }
p { color: rgb(249,27,137); }
H1.HeaderClassName
{
color: #F91B89;
}
.AnyTagClassName
{
color: #F91B89;
}
</style>
background-color css
<style>
a { background-color: #F91B89; }
a { background-color: rgb(249,27,137); }
div.DivClassName
{
background-color: #F91B89;
}
.BgClassName
{
background-color: #F91B89;
}
</style>
border-color css
<style>
span { border-color: #F91B89; }
span { border-color: rgb(249,27,137); }
td.TdClassName
{
border-color: #F91B89;
}
.TagClassName
{
border-color: #F91B89;
}
</style>