Shades of Deep Pink #F31496
Tints of Deep Pink #F31496
RGB
CMYK
RGB Variations
Color information
#F31496 (or 0xF31496) is known color: Deep Pink. HEX triplet: F3, 14 and 96. RGB value is (243,20,150). Sum of RGB (Red+Green+Blue) = 243+20+150=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F31496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31496 is #0CEB69. Grayscale: #656565. Windows color (decimal): -846698 or 9835763. OLE color: 9835763.
HSL color Cylindrical-coordinate representation of color #F31496: hue angle of 325.02º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31496 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 150 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.05 |
| HSL | 325.02º | 0.9% | 0.52% | - |
| HSV(B) | 325.02º | 0.92% | 0.95% | - |
| XYZ | 42.72 | 21.76 | 30.8 | - |
| YUV | 101.5 | 155.38 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 150 | 0 | 0.92 | 0.38 | 0.05 | 325.02 | 0.9 | 0.52 |
| Hex | F3 | 14 | 96 | 0 | 5C | 26 | 5 | 145 | 5A | 34 |
| Octal | 363 | 24 | 226 | 0 | 134 | 46 | 5 | 505 | 132 | 64 |
| Binary | 11110011 | 10100 | 10010110 | 0 | 1011100 | 100110 | 101 | 101000101 | 1011010 | 110100 |
Color Harmonies of #F31496
Complementary color
Monochromatic Colors of #F31496
Black with #F31496
Text Example
Text Example
White with #F31496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31496; }
p { color: rgb(243,20,150); }
H1.HeaderClassName
{
color: #F31496;
}
.AnyTagClassName
{
color: #F31496;
}
</style>
background-color css
<style>
a { background-color: #F31496; }
a { background-color: rgb(243,20,150); }
div.DivClassName
{
background-color: #F31496;
}
.BgClassName
{
background-color: #F31496;
}
</style>
border-color css
<style>
span { border-color: #F31496; }
span { border-color: rgb(243,20,150); }
td.TdClassName
{
border-color: #F31496;
}
.TagClassName
{
border-color: #F31496;
}
</style>