Shades of Deep Pink #F91D7C
Tints of Deep Pink #F91D7C
RGB
CMYK
RGB Variations
Color information
#F91D7C (or 0xF91D7C) is known color: Deep Pink. HEX triplet: F9, 1D and 7C. RGB value is (249,29,124). Sum of RGB (Red+Green+Blue) = 249+29+124=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D7C is #06E283. Grayscale: #696969. Windows color (decimal): -451204 or 8134137. OLE color: 8134137.
HSL color Cylindrical-coordinate representation of color #F91D7C: hue angle of 334.09º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D7C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 124 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.02 |
| HSL | 334.09º | 0.95% | 0.55% | - |
| HSV(B) | 334.09º | 0.88% | 0.98% | - |
| XYZ | 43.14 | 22.47 | 21.13 | - |
| YUV | 105.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 124 | 0 | 0.88 | 0.50 | 0.02 | 334.09 | 0.95 | 0.55 |
| Hex | F9 | 1D | 7C | 0 | 58 | 32 | 2 | 14E | 5F | 37 |
| Octal | 371 | 35 | 174 | 0 | 130 | 62 | 2 | 516 | 137 | 67 |
| Binary | 11111001 | 11101 | 1111100 | 0 | 1011000 | 110010 | 10 | 101001110 | 1011111 | 110111 |
Color Harmonies of #F91D7C
Complementary color
Monochromatic Colors of #F91D7C
Black with #F91D7C
Text Example
Text Example
White with #F91D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D7C; }
p { color: rgb(249,29,124); }
H1.HeaderClassName
{
color: #F91D7C;
}
.AnyTagClassName
{
color: #F91D7C;
}
</style>
background-color css
<style>
a { background-color: #F91D7C; }
a { background-color: rgb(249,29,124); }
div.DivClassName
{
background-color: #F91D7C;
}
.BgClassName
{
background-color: #F91D7C;
}
</style>
border-color css
<style>
span { border-color: #F91D7C; }
span { border-color: rgb(249,29,124); }
td.TdClassName
{
border-color: #F91D7C;
}
.TagClassName
{
border-color: #F91D7C;
}
</style>