Shades of Deep Pink #F91F8D
Tints of Deep Pink #F91F8D
RGB
CMYK
RGB Variations
Color information
#F91F8D (or 0xF91F8D) is known color: Deep Pink. HEX triplet: F9, 1F and 8D. RGB value is (249,31,141). Sum of RGB (Red+Green+Blue) = 249+31+141=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91F8D is #06E072. Grayscale: #6C6C6C. Windows color (decimal): -450675 or 9248761. OLE color: 9248761.
HSL color Cylindrical-coordinate representation of color #F91F8D: hue angle of 329.72º 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 #F91F8D is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 141 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.02 |
| HSL | 329.72º | 0.95% | 0.55% | - |
| HSV(B) | 329.72º | 0.88% | 0.98% | - |
| XYZ | 44.36 | 23.04 | 27.31 | - |
| YUV | 108.72 | 146.22 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 141 | 0 | 0.88 | 0.43 | 0.02 | 329.72 | 0.95 | 0.55 |
| Hex | F9 | 1F | 8D | 0 | 58 | 2B | 2 | 14A | 5F | 37 |
| Octal | 371 | 37 | 215 | 0 | 130 | 53 | 2 | 512 | 137 | 67 |
| Binary | 11111001 | 11111 | 10001101 | 0 | 1011000 | 101011 | 10 | 101001010 | 1011111 | 110111 |
Color Harmonies of #F91F8D
Complementary color
Monochromatic Colors of #F91F8D
Black with #F91F8D
Text Example
Text Example
White with #F91F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F8D; }
p { color: rgb(249,31,141); }
H1.HeaderClassName
{
color: #F91F8D;
}
.AnyTagClassName
{
color: #F91F8D;
}
</style>
background-color css
<style>
a { background-color: #F91F8D; }
a { background-color: rgb(249,31,141); }
div.DivClassName
{
background-color: #F91F8D;
}
.BgClassName
{
background-color: #F91F8D;
}
</style>
border-color css
<style>
span { border-color: #F91F8D; }
span { border-color: rgb(249,31,141); }
td.TdClassName
{
border-color: #F91F8D;
}
.TagClassName
{
border-color: #F91F8D;
}
</style>