Shades of Deep Pink #F31A87
Tints of Deep Pink #F31A87
RGB
CMYK
RGB Variations
Color information
#F31A87 (or 0xF31A87) is known color: Deep Pink. HEX triplet: F3, 1A and 87. RGB value is (243,26,135). Sum of RGB (Red+Green+Blue) = 243+26+135=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31A87 is #0CE578. Grayscale: #676767. Windows color (decimal): -845177 or 8854259. OLE color: 8854259.
HSL color Cylindrical-coordinate representation of color #F31A87: hue angle of 329.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A87 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 135 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.05 |
| HSL | 329.86º | 0.9% | 0.53% | - |
| HSV(B) | 329.86º | 0.89% | 0.95% | - |
| XYZ | 41.7 | 21.54 | 24.88 | - |
| YUV | 103.31 | 145.89 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 135 | 0 | 0.89 | 0.44 | 0.05 | 329.86 | 0.9 | 0.53 |
| Hex | F3 | 1A | 87 | 0 | 59 | 2C | 5 | 14A | 5A | 35 |
| Octal | 363 | 32 | 207 | 0 | 131 | 54 | 5 | 512 | 132 | 65 |
| Binary | 11110011 | 11010 | 10000111 | 0 | 1011001 | 101100 | 101 | 101001010 | 1011010 | 110101 |
Color Harmonies of #F31A87
Complementary color
Monochromatic Colors of #F31A87
Black with #F31A87
Text Example
Text Example
White with #F31A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A87; }
p { color: rgb(243,26,135); }
H1.HeaderClassName
{
color: #F31A87;
}
.AnyTagClassName
{
color: #F31A87;
}
</style>
background-color css
<style>
a { background-color: #F31A87; }
a { background-color: rgb(243,26,135); }
div.DivClassName
{
background-color: #F31A87;
}
.BgClassName
{
background-color: #F31A87;
}
</style>
border-color css
<style>
span { border-color: #F31A87; }
span { border-color: rgb(243,26,135); }
td.TdClassName
{
border-color: #F31A87;
}
.TagClassName
{
border-color: #F31A87;
}
</style>