Shades of Violet Red #F03487
Tints of Violet Red #F03487
RGB
CMYK
RGB Variations
Color information
#F03487 (or 0xF03487) is known color: Violet Red. HEX triplet: F0, 34 and 87. RGB value is (240,52,135). Sum of RGB (Red+Green+Blue) = 240+52+135=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F03487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03487 is #0FCB78. Grayscale: #757575. Windows color (decimal): -1035129 or 8860912. OLE color: 8860912.
HSL color Cylindrical-coordinate representation of color #F03487: hue angle of 333.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03487 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 135 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.06 |
| HSL | 333.51º | 0.86% | 0.57% | - |
| HSV(B) | 333.51º | 0.78% | 0.94% | - |
| XYZ | 41.54 | 22.73 | 25.12 | - |
| YUV | 117.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 135 | 0 | 0.78 | 0.44 | 0.06 | 333.51 | 0.86 | 0.57 |
| Hex | F0 | 34 | 87 | 0 | 4E | 2C | 6 | 14E | 56 | 39 |
| Octal | 360 | 64 | 207 | 0 | 116 | 54 | 6 | 516 | 126 | 71 |
| Binary | 11110000 | 110100 | 10000111 | 0 | 1001110 | 101100 | 110 | 101001110 | 1010110 | 111001 |
Color Harmonies of #F03487
Complementary color
Monochromatic Colors of #F03487
Black with #F03487
Text Example
Text Example
White with #F03487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03487; }
p { color: rgb(240,52,135); }
H1.HeaderClassName
{
color: #F03487;
}
.AnyTagClassName
{
color: #F03487;
}
</style>
background-color css
<style>
a { background-color: #F03487; }
a { background-color: rgb(240,52,135); }
div.DivClassName
{
background-color: #F03487;
}
.BgClassName
{
background-color: #F03487;
}
</style>
border-color css
<style>
span { border-color: #F03487; }
span { border-color: rgb(240,52,135); }
td.TdClassName
{
border-color: #F03487;
}
.TagClassName
{
border-color: #F03487;
}
</style>