Shades of Deep Pink #F91F8F
Tints of Deep Pink #F91F8F
RGB
CMYK
RGB Variations
Color information
#F91F8F (or 0xF91F8F) is known color: Deep Pink. HEX triplet: F9, 1F and 8F. RGB value is (249,31,143). Sum of RGB (Red+Green+Blue) = 249+31+143=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91F8F is #06E070. Grayscale: #6C6C6C. Windows color (decimal): -450673 or 9379833. OLE color: 9379833.
HSL color Cylindrical-coordinate representation of color #F91F8F: hue angle of 329.17º 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 #F91F8F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 143 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.02 |
| HSL | 329.17º | 0.95% | 0.55% | - |
| HSV(B) | 329.17º | 0.88% | 0.98% | - |
| XYZ | 44.51 | 23.1 | 28.1 | - |
| YUV | 108.95 | 147.22 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 143 | 0 | 0.88 | 0.43 | 0.02 | 329.17 | 0.95 | 0.55 |
| Hex | F9 | 1F | 8F | 0 | 58 | 2B | 2 | 149 | 5F | 37 |
| Octal | 371 | 37 | 217 | 0 | 130 | 53 | 2 | 511 | 137 | 67 |
| Binary | 11111001 | 11111 | 10001111 | 0 | 1011000 | 101011 | 10 | 101001001 | 1011111 | 110111 |
Color Harmonies of #F91F8F
Complementary color
Monochromatic Colors of #F91F8F
Black with #F91F8F
Text Example
Text Example
White with #F91F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F8F; }
p { color: rgb(249,31,143); }
H1.HeaderClassName
{
color: #F91F8F;
}
.AnyTagClassName
{
color: #F91F8F;
}
</style>
background-color css
<style>
a { background-color: #F91F8F; }
a { background-color: rgb(249,31,143); }
div.DivClassName
{
background-color: #F91F8F;
}
.BgClassName
{
background-color: #F91F8F;
}
</style>
border-color css
<style>
span { border-color: #F91F8F; }
span { border-color: rgb(249,31,143); }
td.TdClassName
{
border-color: #F91F8F;
}
.TagClassName
{
border-color: #F91F8F;
}
</style>