Shades of Deep Pink #F91881
Tints of Deep Pink #F91881
RGB
CMYK
RGB Variations
Color information
#F91881 (or 0xF91881) is known color: Deep Pink. HEX triplet: F9, 18 and 81. RGB value is (249,24,129). Sum of RGB (Red+Green+Blue) = 249+24+129=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F91881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91881 is #06E77E. Grayscale: #676767. Windows color (decimal): -452479 or 8460537. OLE color: 8460537.
HSL color Cylindrical-coordinate representation of color #F91881: hue angle of 332º 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 #F91881 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 129 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.02 |
| HSL | 332º | 0.95% | 0.54% | - |
| HSV(B) | 332º | 0.9% | 0.98% | - |
| XYZ | 43.36 | 22.38 | 22.8 | - |
| YUV | 103.25 | 142.54 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 129 | 0 | 0.90 | 0.48 | 0.02 | 332 | 0.95 | 0.54 |
| Hex | F9 | 18 | 81 | 0 | 5A | 30 | 2 | 14C | 5F | 36 |
| Octal | 371 | 30 | 201 | 0 | 132 | 60 | 2 | 514 | 137 | 66 |
| Binary | 11111001 | 11000 | 10000001 | 0 | 1011010 | 110000 | 10 | 101001100 | 1011111 | 110110 |
Color Harmonies of #F91881
Complementary color
Monochromatic Colors of #F91881
Black with #F91881
Text Example
Text Example
White with #F91881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91881; }
p { color: rgb(249,24,129); }
H1.HeaderClassName
{
color: #F91881;
}
.AnyTagClassName
{
color: #F91881;
}
</style>
background-color css
<style>
a { background-color: #F91881; }
a { background-color: rgb(249,24,129); }
div.DivClassName
{
background-color: #F91881;
}
.BgClassName
{
background-color: #F91881;
}
</style>
border-color css
<style>
span { border-color: #F91881; }
span { border-color: rgb(249,24,129); }
td.TdClassName
{
border-color: #F91881;
}
.TagClassName
{
border-color: #F91881;
}
</style>