Shades of Deep Pink #F91891
Tints of Deep Pink #F91891
RGB
CMYK
RGB Variations
Color information
#F91891 (or 0xF91891) is known color: Deep Pink. HEX triplet: F9, 18 and 91. RGB value is (249,24,145). Sum of RGB (Red+Green+Blue) = 249+24+145=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F91891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91891 is #06E76E. Grayscale: #686868. Windows color (decimal): -452463 or 9509113. OLE color: 9509113.
HSL color Cylindrical-coordinate representation of color #F91891: hue angle of 327.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91891 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 145 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.02 |
| HSL | 327.73º | 0.95% | 0.54% | - |
| HSV(B) | 327.73º | 0.9% | 0.98% | - |
| XYZ | 44.5 | 22.84 | 28.85 | - |
| YUV | 105.07 | 150.54 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 145 | 0 | 0.90 | 0.42 | 0.02 | 327.73 | 0.95 | 0.54 |
| Hex | F9 | 18 | 91 | 0 | 5A | 2A | 2 | 148 | 5F | 36 |
| Octal | 371 | 30 | 221 | 0 | 132 | 52 | 2 | 510 | 137 | 66 |
| Binary | 11111001 | 11000 | 10010001 | 0 | 1011010 | 101010 | 10 | 101001000 | 1011111 | 110110 |
Color Harmonies of #F91891
Complementary color
Monochromatic Colors of #F91891
Black with #F91891
Text Example
Text Example
White with #F91891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91891; }
p { color: rgb(249,24,145); }
H1.HeaderClassName
{
color: #F91891;
}
.AnyTagClassName
{
color: #F91891;
}
</style>
background-color css
<style>
a { background-color: #F91891; }
a { background-color: rgb(249,24,145); }
div.DivClassName
{
background-color: #F91891;
}
.BgClassName
{
background-color: #F91891;
}
</style>
border-color css
<style>
span { border-color: #F91891; }
span { border-color: rgb(249,24,145); }
td.TdClassName
{
border-color: #F91891;
}
.TagClassName
{
border-color: #F91891;
}
</style>