Shades of Deep Pink #F31991
Tints of Deep Pink #F31991
RGB
CMYK
RGB Variations
Color information
#F31991 (or 0xF31991) is known color: Deep Pink. HEX triplet: F3, 19 and 91. RGB value is (243,25,145). Sum of RGB (Red+Green+Blue) = 243+25+145=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F31991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31991 is #0CE66E. Grayscale: #676767. Windows color (decimal): -845423 or 9509363. OLE color: 9509363.
HSL color Cylindrical-coordinate representation of color #F31991: hue angle of 326.97º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31991 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 145 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.05 |
| HSL | 326.97º | 0.9% | 0.53% | - |
| HSV(B) | 326.97º | 0.9% | 0.95% | - |
| XYZ | 42.42 | 21.79 | 28.76 | - |
| YUV | 103.86 | 151.22 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 145 | 0 | 0.90 | 0.40 | 0.05 | 326.97 | 0.9 | 0.53 |
| Hex | F3 | 19 | 91 | 0 | 5A | 28 | 5 | 147 | 5A | 35 |
| Octal | 363 | 31 | 221 | 0 | 132 | 50 | 5 | 507 | 132 | 65 |
| Binary | 11110011 | 11001 | 10010001 | 0 | 1011010 | 101000 | 101 | 101000111 | 1011010 | 110101 |
Color Harmonies of #F31991
Complementary color
Monochromatic Colors of #F31991
Black with #F31991
Text Example
Text Example
White with #F31991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31991; }
p { color: rgb(243,25,145); }
H1.HeaderClassName
{
color: #F31991;
}
.AnyTagClassName
{
color: #F31991;
}
</style>
background-color css
<style>
a { background-color: #F31991; }
a { background-color: rgb(243,25,145); }
div.DivClassName
{
background-color: #F31991;
}
.BgClassName
{
background-color: #F31991;
}
</style>
border-color css
<style>
span { border-color: #F31991; }
span { border-color: rgb(243,25,145); }
td.TdClassName
{
border-color: #F31991;
}
.TagClassName
{
border-color: #F31991;
}
</style>