Shades of Deep Pink #F91D88
Tints of Deep Pink #F91D88
RGB
CMYK
RGB Variations
Color information
#F91D88 (or 0xF91D88) is known color: Deep Pink. HEX triplet: F9, 1D and 88. RGB value is (249,29,136). Sum of RGB (Red+Green+Blue) = 249+29+136=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D88 is #06E277. Grayscale: #6A6A6A. Windows color (decimal): -451192 or 8920569. OLE color: 8920569.
HSL color Cylindrical-coordinate representation of color #F91D88: hue angle of 330.82º 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 #F91D88 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 136 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.02 |
| HSL | 330.82º | 0.95% | 0.55% | - |
| HSV(B) | 330.82º | 0.88% | 0.98% | - |
| XYZ | 43.95 | 22.8 | 25.38 | - |
| YUV | 106.98 | 144.39 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 136 | 0 | 0.88 | 0.45 | 0.02 | 330.82 | 0.95 | 0.55 |
| Hex | F9 | 1D | 88 | 0 | 58 | 2D | 2 | 14B | 5F | 37 |
| Octal | 371 | 35 | 210 | 0 | 130 | 55 | 2 | 513 | 137 | 67 |
| Binary | 11111001 | 11101 | 10001000 | 0 | 1011000 | 101101 | 10 | 101001011 | 1011111 | 110111 |
Color Harmonies of #F91D88
Complementary color
Monochromatic Colors of #F91D88
Black with #F91D88
Text Example
Text Example
White with #F91D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D88; }
p { color: rgb(249,29,136); }
H1.HeaderClassName
{
color: #F91D88;
}
.AnyTagClassName
{
color: #F91D88;
}
</style>
background-color css
<style>
a { background-color: #F91D88; }
a { background-color: rgb(249,29,136); }
div.DivClassName
{
background-color: #F91D88;
}
.BgClassName
{
background-color: #F91D88;
}
</style>
border-color css
<style>
span { border-color: #F91D88; }
span { border-color: rgb(249,29,136); }
td.TdClassName
{
border-color: #F91D88;
}
.TagClassName
{
border-color: #F91D88;
}
</style>