Shades of Violet Red #F03987
Tints of Violet Red #F03987
RGB
CMYK
RGB Variations
Color information
#F03987 (or 0xF03987) is known color: Violet Red. HEX triplet: F0, 39 and 87. RGB value is (240,57,135). Sum of RGB (Red+Green+Blue) = 240+57+135=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F03987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03987 is #0FC678. Grayscale: #787878. Windows color (decimal): -1033849 or 8862192. OLE color: 8862192.
HSL color Cylindrical-coordinate representation of color #F03987: hue angle of 334.43º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03987 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 135 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.06 |
| HSL | 334.43º | 0.86% | 0.58% | - |
| HSV(B) | 334.43º | 0.76% | 0.94% | - |
| XYZ | 41.77 | 23.2 | 25.2 | - |
| YUV | 120.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 135 | 0 | 0.76 | 0.44 | 0.06 | 334.43 | 0.86 | 0.58 |
| Hex | F0 | 39 | 87 | 0 | 4C | 2C | 6 | 14E | 56 | 3A |
| Octal | 360 | 71 | 207 | 0 | 114 | 54 | 6 | 516 | 126 | 72 |
| Binary | 11110000 | 111001 | 10000111 | 0 | 1001100 | 101100 | 110 | 101001110 | 1010110 | 111010 |
Color Harmonies of #F03987
Complementary color
Monochromatic Colors of #F03987
Black with #F03987
Text Example
Text Example
White with #F03987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03987; }
p { color: rgb(240,57,135); }
H1.HeaderClassName
{
color: #F03987;
}
.AnyTagClassName
{
color: #F03987;
}
</style>
background-color css
<style>
a { background-color: #F03987; }
a { background-color: rgb(240,57,135); }
div.DivClassName
{
background-color: #F03987;
}
.BgClassName
{
background-color: #F03987;
}
</style>
border-color css
<style>
span { border-color: #F03987; }
span { border-color: rgb(240,57,135); }
td.TdClassName
{
border-color: #F03987;
}
.TagClassName
{
border-color: #F03987;
}
</style>