Shades of Deep Pink #F31486
Tints of Deep Pink #F31486
RGB
CMYK
RGB Variations
Color information
#F31486 (or 0xF31486) is known color: Deep Pink. HEX triplet: F3, 14 and 86. RGB value is (243,20,134). Sum of RGB (Red+Green+Blue) = 243+20+134=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F31486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31486 is #0CEB79. Grayscale: #636363. Windows color (decimal): -846714 or 8787187. OLE color: 8787187.
HSL color Cylindrical-coordinate representation of color #F31486: hue angle of 329.33º 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 #F31486 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 134 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.05 |
| HSL | 329.33º | 0.9% | 0.52% | - |
| HSV(B) | 329.33º | 0.92% | 0.95% | - |
| XYZ | 41.52 | 21.28 | 24.47 | - |
| YUV | 99.67 | 147.38 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 134 | 0 | 0.92 | 0.45 | 0.05 | 329.33 | 0.9 | 0.52 |
| Hex | F3 | 14 | 86 | 0 | 5C | 2D | 5 | 149 | 5A | 34 |
| Octal | 363 | 24 | 206 | 0 | 134 | 55 | 5 | 511 | 132 | 64 |
| Binary | 11110011 | 10100 | 10000110 | 0 | 1011100 | 101101 | 101 | 101001001 | 1011010 | 110100 |
Color Harmonies of #F31486
Complementary color
Monochromatic Colors of #F31486
Black with #F31486
Text Example
Text Example
White with #F31486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31486; }
p { color: rgb(243,20,134); }
H1.HeaderClassName
{
color: #F31486;
}
.AnyTagClassName
{
color: #F31486;
}
</style>
background-color css
<style>
a { background-color: #F31486; }
a { background-color: rgb(243,20,134); }
div.DivClassName
{
background-color: #F31486;
}
.BgClassName
{
background-color: #F31486;
}
</style>
border-color css
<style>
span { border-color: #F31486; }
span { border-color: rgb(243,20,134); }
td.TdClassName
{
border-color: #F31486;
}
.TagClassName
{
border-color: #F31486;
}
</style>