Shades of Deep Pink #F31596
Tints of Deep Pink #F31596
RGB
CMYK
RGB Variations
Color information
#F31596 (or 0xF31596) is known color: Deep Pink. HEX triplet: F3, 15 and 96. RGB value is (243,21,150). Sum of RGB (Red+Green+Blue) = 243+21+150=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F31596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31596 is #0CEA69. Grayscale: #656565. Windows color (decimal): -846442 or 9836019. OLE color: 9836019.
HSL color Cylindrical-coordinate representation of color #F31596: hue angle of 325.14º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31596 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 150 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.05 |
| HSL | 325.14º | 0.9% | 0.52% | - |
| HSV(B) | 325.14º | 0.91% | 0.95% | - |
| XYZ | 42.74 | 21.79 | 30.81 | - |
| YUV | 102.08 | 155.05 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 150 | 0 | 0.91 | 0.38 | 0.05 | 325.14 | 0.9 | 0.52 |
| Hex | F3 | 15 | 96 | 0 | 5B | 26 | 5 | 145 | 5A | 34 |
| Octal | 363 | 25 | 226 | 0 | 133 | 46 | 5 | 505 | 132 | 64 |
| Binary | 11110011 | 10101 | 10010110 | 0 | 1011011 | 100110 | 101 | 101000101 | 1011010 | 110100 |
Color Harmonies of #F31596
Complementary color
Monochromatic Colors of #F31596
Black with #F31596
Text Example
Text Example
White with #F31596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31596; }
p { color: rgb(243,21,150); }
H1.HeaderClassName
{
color: #F31596;
}
.AnyTagClassName
{
color: #F31596;
}
</style>
background-color css
<style>
a { background-color: #F31596; }
a { background-color: rgb(243,21,150); }
div.DivClassName
{
background-color: #F31596;
}
.BgClassName
{
background-color: #F31596;
}
</style>
border-color css
<style>
span { border-color: #F31596; }
span { border-color: rgb(243,21,150); }
td.TdClassName
{
border-color: #F31596;
}
.TagClassName
{
border-color: #F31596;
}
</style>