Shades of Deep Pink #F91B91
Tints of Deep Pink #F91B91
RGB
CMYK
RGB Variations
Color information
#F91B91 (or 0xF91B91) is known color: Deep Pink. HEX triplet: F9, 1B and 91. RGB value is (249,27,145). Sum of RGB (Red+Green+Blue) = 249+27+145=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91B91 is #06E46E. Grayscale: #6A6A6A. Windows color (decimal): -451695 or 9509881. OLE color: 9509881.
HSL color Cylindrical-coordinate representation of color #F91B91: hue angle of 328.11º 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 #F91B91 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 145 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.02 |
| HSL | 328.11º | 0.95% | 0.54% | - |
| HSV(B) | 328.11º | 0.89% | 0.98% | - |
| XYZ | 44.57 | 22.97 | 28.87 | - |
| YUV | 106.83 | 149.55 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 145 | 0 | 0.89 | 0.42 | 0.02 | 328.11 | 0.95 | 0.54 |
| Hex | F9 | 1B | 91 | 0 | 59 | 2A | 2 | 148 | 5F | 36 |
| Octal | 371 | 33 | 221 | 0 | 131 | 52 | 2 | 510 | 137 | 66 |
| Binary | 11111001 | 11011 | 10010001 | 0 | 1011001 | 101010 | 10 | 101001000 | 1011111 | 110110 |
Color Harmonies of #F91B91
Complementary color
Monochromatic Colors of #F91B91
Black with #F91B91
Text Example
Text Example
White with #F91B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B91; }
p { color: rgb(249,27,145); }
H1.HeaderClassName
{
color: #F91B91;
}
.AnyTagClassName
{
color: #F91B91;
}
</style>
background-color css
<style>
a { background-color: #F91B91; }
a { background-color: rgb(249,27,145); }
div.DivClassName
{
background-color: #F91B91;
}
.BgClassName
{
background-color: #F91B91;
}
</style>
border-color css
<style>
span { border-color: #F91B91; }
span { border-color: rgb(249,27,145); }
td.TdClassName
{
border-color: #F91B91;
}
.TagClassName
{
border-color: #F91B91;
}
</style>