Shades of Violet Red #F04487
Tints of Violet Red #F04487
RGB
CMYK
RGB Variations
Color information
#F04487 (or 0xF04487) is known color: Violet Red. HEX triplet: F0, 44 and 87. RGB value is (240,68,135). Sum of RGB (Red+Green+Blue) = 240+68+135=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F04487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04487 is #0FBB78. Grayscale: #7E7E7E. Windows color (decimal): -1031033 or 8865008. OLE color: 8865008.
HSL color Cylindrical-coordinate representation of color #F04487: hue angle of 336.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04487 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 135 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.06 |
| HSL | 336.63º | 0.85% | 0.6% | - |
| HSV(B) | 336.63º | 0.72% | 0.94% | - |
| XYZ | 42.38 | 24.41 | 25.4 | - |
| YUV | 127.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 135 | 0 | 0.72 | 0.44 | 0.06 | 336.63 | 0.85 | 0.6 |
| Hex | F0 | 44 | 87 | 0 | 48 | 2C | 6 | 151 | 55 | 3C |
| Octal | 360 | 104 | 207 | 0 | 110 | 54 | 6 | 521 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10000111 | 0 | 1001000 | 101100 | 110 | 101010001 | 1010101 | 111100 |
Color Harmonies of #F04487
Complementary color
Monochromatic Colors of #F04487
Black with #F04487
Text Example
Text Example
White with #F04487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04487; }
p { color: rgb(240,68,135); }
H1.HeaderClassName
{
color: #F04487;
}
.AnyTagClassName
{
color: #F04487;
}
</style>
background-color css
<style>
a { background-color: #F04487; }
a { background-color: rgb(240,68,135); }
div.DivClassName
{
background-color: #F04487;
}
.BgClassName
{
background-color: #F04487;
}
</style>
border-color css
<style>
span { border-color: #F04487; }
span { border-color: rgb(240,68,135); }
td.TdClassName
{
border-color: #F04487;
}
.TagClassName
{
border-color: #F04487;
}
</style>