Shades of Deep Pink #F31986
Tints of Deep Pink #F31986
RGB
CMYK
RGB Variations
Color information
#F31986 (or 0xF31986) is known color: Deep Pink. HEX triplet: F3, 19 and 86. RGB value is (243,25,134). Sum of RGB (Red+Green+Blue) = 243+25+134=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F31986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31986 is #0CE679. Grayscale: #666666. Windows color (decimal): -845434 or 8788467. OLE color: 8788467.
HSL color Cylindrical-coordinate representation of color #F31986: hue angle of 330º 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 #F31986 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 134 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.05 |
| HSL | 330º | 0.9% | 0.53% | - |
| HSV(B) | 330º | 0.9% | 0.95% | - |
| XYZ | 41.61 | 21.47 | 24.51 | - |
| YUV | 102.61 | 145.72 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 134 | 0 | 0.90 | 0.45 | 0.05 | 330 | 0.9 | 0.53 |
| Hex | F3 | 19 | 86 | 0 | 5A | 2D | 5 | 14A | 5A | 35 |
| Octal | 363 | 31 | 206 | 0 | 132 | 55 | 5 | 512 | 132 | 65 |
| Binary | 11110011 | 11001 | 10000110 | 0 | 1011010 | 101101 | 101 | 101001010 | 1011010 | 110101 |
Color Harmonies of #F31986
Complementary color
Monochromatic Colors of #F31986
Black with #F31986
Text Example
Text Example
White with #F31986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31986; }
p { color: rgb(243,25,134); }
H1.HeaderClassName
{
color: #F31986;
}
.AnyTagClassName
{
color: #F31986;
}
</style>
background-color css
<style>
a { background-color: #F31986; }
a { background-color: rgb(243,25,134); }
div.DivClassName
{
background-color: #F31986;
}
.BgClassName
{
background-color: #F31986;
}
</style>
border-color css
<style>
span { border-color: #F31986; }
span { border-color: rgb(243,25,134); }
td.TdClassName
{
border-color: #F31986;
}
.TagClassName
{
border-color: #F31986;
}
</style>