Shades of Deep Pink #F31996
Tints of Deep Pink #F31996
RGB
CMYK
RGB Variations
Color information
#F31996 (or 0xF31996) is known color: Deep Pink. HEX triplet: F3, 19 and 96. RGB value is (243,25,150). Sum of RGB (Red+Green+Blue) = 243+25+150=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F31996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31996 is #0CE669. Grayscale: #686868. Windows color (decimal): -845418 or 9837043. OLE color: 9837043.
HSL color Cylindrical-coordinate representation of color #F31996: hue angle of 325.6º 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 #F31996 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 150 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.05 |
| HSL | 325.6º | 0.9% | 0.53% | - |
| HSV(B) | 325.6º | 0.9% | 0.95% | - |
| XYZ | 42.81 | 21.95 | 30.83 | - |
| YUV | 104.43 | 153.72 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 150 | 0 | 0.90 | 0.38 | 0.05 | 325.6 | 0.9 | 0.53 |
| Hex | F3 | 19 | 96 | 0 | 5A | 26 | 5 | 146 | 5A | 35 |
| Octal | 363 | 31 | 226 | 0 | 132 | 46 | 5 | 506 | 132 | 65 |
| Binary | 11110011 | 11001 | 10010110 | 0 | 1011010 | 100110 | 101 | 101000110 | 1011010 | 110101 |
Color Harmonies of #F31996
Complementary color
Monochromatic Colors of #F31996
Black with #F31996
Text Example
Text Example
White with #F31996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31996; }
p { color: rgb(243,25,150); }
H1.HeaderClassName
{
color: #F31996;
}
.AnyTagClassName
{
color: #F31996;
}
</style>
background-color css
<style>
a { background-color: #F31996; }
a { background-color: rgb(243,25,150); }
div.DivClassName
{
background-color: #F31996;
}
.BgClassName
{
background-color: #F31996;
}
</style>
border-color css
<style>
span { border-color: #F31996; }
span { border-color: rgb(243,25,150); }
td.TdClassName
{
border-color: #F31996;
}
.TagClassName
{
border-color: #F31996;
}
</style>