Shades of Deep Pink #F31992
Tints of Deep Pink #F31992
RGB
CMYK
RGB Variations
Color information
#F31992 (or 0xF31992) is known color: Deep Pink. HEX triplet: F3, 19 and 92. RGB value is (243,25,146). Sum of RGB (Red+Green+Blue) = 243+25+146=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F31992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31992 is #0CE66D. Grayscale: #676767. Windows color (decimal): -845422 or 9574899. OLE color: 9574899.
HSL color Cylindrical-coordinate representation of color #F31992: hue angle of 326.7º 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 #F31992 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 146 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.05 |
| HSL | 326.7º | 0.9% | 0.53% | - |
| HSV(B) | 326.7º | 0.9% | 0.95% | - |
| XYZ | 42.5 | 21.83 | 29.17 | - |
| YUV | 103.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 146 | 0 | 0.90 | 0.40 | 0.05 | 326.7 | 0.9 | 0.53 |
| Hex | F3 | 19 | 92 | 0 | 5A | 28 | 5 | 147 | 5A | 35 |
| Octal | 363 | 31 | 222 | 0 | 132 | 50 | 5 | 507 | 132 | 65 |
| Binary | 11110011 | 11001 | 10010010 | 0 | 1011010 | 101000 | 101 | 101000111 | 1011010 | 110101 |
Color Harmonies of #F31992
Complementary color
Monochromatic Colors of #F31992
Black with #F31992
Text Example
Text Example
White with #F31992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31992; }
p { color: rgb(243,25,146); }
H1.HeaderClassName
{
color: #F31992;
}
.AnyTagClassName
{
color: #F31992;
}
</style>
background-color css
<style>
a { background-color: #F31992; }
a { background-color: rgb(243,25,146); }
div.DivClassName
{
background-color: #F31992;
}
.BgClassName
{
background-color: #F31992;
}
</style>
border-color css
<style>
span { border-color: #F31992; }
span { border-color: rgb(243,25,146); }
td.TdClassName
{
border-color: #F31992;
}
.TagClassName
{
border-color: #F31992;
}
</style>