Shades of Deep Pink #F91D8D
Tints of Deep Pink #F91D8D
RGB
CMYK
RGB Variations
Color information
#F91D8D (or 0xF91D8D) is known color: Deep Pink. HEX triplet: F9, 1D and 8D. RGB value is (249,29,141). Sum of RGB (Red+Green+Blue) = 249+29+141=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D8D is #06E272. Grayscale: #6B6B6B. Windows color (decimal): -451187 or 9248249. OLE color: 9248249.
HSL color Cylindrical-coordinate representation of color #F91D8D: hue angle of 329.45º 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 #F91D8D is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 141 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.02 |
| HSL | 329.45º | 0.95% | 0.55% | - |
| HSV(B) | 329.45º | 0.88% | 0.98% | - |
| XYZ | 44.31 | 22.94 | 27.29 | - |
| YUV | 107.55 | 146.89 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 141 | 0 | 0.88 | 0.43 | 0.02 | 329.45 | 0.95 | 0.55 |
| Hex | F9 | 1D | 8D | 0 | 58 | 2B | 2 | 149 | 5F | 37 |
| Octal | 371 | 35 | 215 | 0 | 130 | 53 | 2 | 511 | 137 | 67 |
| Binary | 11111001 | 11101 | 10001101 | 0 | 1011000 | 101011 | 10 | 101001001 | 1011111 | 110111 |
Color Harmonies of #F91D8D
Complementary color
Monochromatic Colors of #F91D8D
Black with #F91D8D
Text Example
Text Example
White with #F91D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D8D; }
p { color: rgb(249,29,141); }
H1.HeaderClassName
{
color: #F91D8D;
}
.AnyTagClassName
{
color: #F91D8D;
}
</style>
background-color css
<style>
a { background-color: #F91D8D; }
a { background-color: rgb(249,29,141); }
div.DivClassName
{
background-color: #F91D8D;
}
.BgClassName
{
background-color: #F91D8D;
}
</style>
border-color css
<style>
span { border-color: #F91D8D; }
span { border-color: rgb(249,29,141); }
td.TdClassName
{
border-color: #F91D8D;
}
.TagClassName
{
border-color: #F91D8D;
}
</style>