Shades of Deep Pink #F91B90
Tints of Deep Pink #F91B90
RGB
CMYK
RGB Variations
Color information
#F91B90 (or 0xF91B90) is known color: Deep Pink. HEX triplet: F9, 1B and 90. RGB value is (249,27,144). Sum of RGB (Red+Green+Blue) = 249+27+144=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91B90 is #06E46F. Grayscale: #6A6A6A. Windows color (decimal): -451696 or 9444345. OLE color: 9444345.
HSL color Cylindrical-coordinate representation of color #F91B90: hue angle of 328.38º 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 #F91B90 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 144 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.02 |
| HSL | 328.38º | 0.95% | 0.54% | - |
| HSV(B) | 328.38º | 0.89% | 0.98% | - |
| XYZ | 44.49 | 22.94 | 28.47 | - |
| YUV | 106.72 | 149.05 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 144 | 0 | 0.89 | 0.42 | 0.02 | 328.38 | 0.95 | 0.54 |
| Hex | F9 | 1B | 90 | 0 | 59 | 2A | 2 | 148 | 5F | 36 |
| Octal | 371 | 33 | 220 | 0 | 131 | 52 | 2 | 510 | 137 | 66 |
| Binary | 11111001 | 11011 | 10010000 | 0 | 1011001 | 101010 | 10 | 101001000 | 1011111 | 110110 |
Color Harmonies of #F91B90
Complementary color
Monochromatic Colors of #F91B90
Black with #F91B90
Text Example
Text Example
White with #F91B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B90; }
p { color: rgb(249,27,144); }
H1.HeaderClassName
{
color: #F91B90;
}
.AnyTagClassName
{
color: #F91B90;
}
</style>
background-color css
<style>
a { background-color: #F91B90; }
a { background-color: rgb(249,27,144); }
div.DivClassName
{
background-color: #F91B90;
}
.BgClassName
{
background-color: #F91B90;
}
</style>
border-color css
<style>
span { border-color: #F91B90; }
span { border-color: rgb(249,27,144); }
td.TdClassName
{
border-color: #F91B90;
}
.TagClassName
{
border-color: #F91B90;
}
</style>