Shades of Deep Pink #F91C84
Tints of Deep Pink #F91C84
RGB
CMYK
RGB Variations
Color information
#F91C84 (or 0xF91C84) is known color: Deep Pink. HEX triplet: F9, 1C and 84. RGB value is (249,28,132). Sum of RGB (Red+Green+Blue) = 249+28+132=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91C84 is #06E37B. Grayscale: #696969. Windows color (decimal): -451452 or 8658169. OLE color: 8658169.
HSL color Cylindrical-coordinate representation of color #F91C84: hue angle of 331.76º 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 #F91C84 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 132 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.02 |
| HSL | 331.76º | 0.95% | 0.54% | - |
| HSV(B) | 331.76º | 0.89% | 0.98% | - |
| XYZ | 43.65 | 22.64 | 23.9 | - |
| YUV | 105.94 | 142.72 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 132 | 0 | 0.89 | 0.47 | 0.02 | 331.76 | 0.95 | 0.54 |
| Hex | F9 | 1C | 84 | 0 | 59 | 2F | 2 | 14C | 5F | 36 |
| Octal | 371 | 34 | 204 | 0 | 131 | 57 | 2 | 514 | 137 | 66 |
| Binary | 11111001 | 11100 | 10000100 | 0 | 1011001 | 101111 | 10 | 101001100 | 1011111 | 110110 |
Color Harmonies of #F91C84
Complementary color
Monochromatic Colors of #F91C84
Black with #F91C84
Text Example
Text Example
White with #F91C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C84; }
p { color: rgb(249,28,132); }
H1.HeaderClassName
{
color: #F91C84;
}
.AnyTagClassName
{
color: #F91C84;
}
</style>
background-color css
<style>
a { background-color: #F91C84; }
a { background-color: rgb(249,28,132); }
div.DivClassName
{
background-color: #F91C84;
}
.BgClassName
{
background-color: #F91C84;
}
</style>
border-color css
<style>
span { border-color: #F91C84; }
span { border-color: rgb(249,28,132); }
td.TdClassName
{
border-color: #F91C84;
}
.TagClassName
{
border-color: #F91C84;
}
</style>