Shades of Deep Pink #F91D86
Tints of Deep Pink #F91D86
RGB
CMYK
RGB Variations
Color information
#F91D86 (or 0xF91D86) is known color: Deep Pink. HEX triplet: F9, 1D and 86. RGB value is (249,29,134). Sum of RGB (Red+Green+Blue) = 249+29+134=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D86 is #06E279. Grayscale: #6A6A6A. Windows color (decimal): -451194 or 8789497. OLE color: 8789497.
HSL color Cylindrical-coordinate representation of color #F91D86: hue angle of 331.36º 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 #F91D86 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 134 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.02 |
| HSL | 331.36º | 0.95% | 0.55% | - |
| HSV(B) | 331.36º | 0.88% | 0.98% | - |
| XYZ | 43.81 | 22.74 | 24.63 | - |
| YUV | 106.75 | 143.39 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 134 | 0 | 0.88 | 0.46 | 0.02 | 331.36 | 0.95 | 0.55 |
| Hex | F9 | 1D | 86 | 0 | 58 | 2E | 2 | 14B | 5F | 37 |
| Octal | 371 | 35 | 206 | 0 | 130 | 56 | 2 | 513 | 137 | 67 |
| Binary | 11111001 | 11101 | 10000110 | 0 | 1011000 | 101110 | 10 | 101001011 | 1011111 | 110111 |
Color Harmonies of #F91D86
Complementary color
Monochromatic Colors of #F91D86
Black with #F91D86
Text Example
Text Example
White with #F91D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D86; }
p { color: rgb(249,29,134); }
H1.HeaderClassName
{
color: #F91D86;
}
.AnyTagClassName
{
color: #F91D86;
}
</style>
background-color css
<style>
a { background-color: #F91D86; }
a { background-color: rgb(249,29,134); }
div.DivClassName
{
background-color: #F91D86;
}
.BgClassName
{
background-color: #F91D86;
}
</style>
border-color css
<style>
span { border-color: #F91D86; }
span { border-color: rgb(249,29,134); }
td.TdClassName
{
border-color: #F91D86;
}
.TagClassName
{
border-color: #F91D86;
}
</style>