Shades of Violet Red #F04687
Tints of Violet Red #F04687
RGB
CMYK
RGB Variations
Color information
#F04687 (or 0xF04687) is known color: Violet Red. HEX triplet: F0, 46 and 87. RGB value is (240,70,135). Sum of RGB (Red+Green+Blue) = 240+70+135=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F04687 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04687 is #0FB978. Grayscale: #808080. Windows color (decimal): -1030521 or 8865520. OLE color: 8865520.
HSL color Cylindrical-coordinate representation of color #F04687: hue angle of 337.06º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04687 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 135 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.06 |
| HSL | 337.06º | 0.85% | 0.61% | - |
| HSV(B) | 337.06º | 0.71% | 0.94% | - |
| XYZ | 42.5 | 24.65 | 25.44 | - |
| YUV | 128.24 | 131.82 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 135 | 0 | 0.71 | 0.44 | 0.06 | 337.06 | 0.85 | 0.61 |
| Hex | F0 | 46 | 87 | 0 | 47 | 2C | 6 | 151 | 55 | 3D |
| Octal | 360 | 106 | 207 | 0 | 107 | 54 | 6 | 521 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10000111 | 0 | 1000111 | 101100 | 110 | 101010001 | 1010101 | 111101 |
Color Harmonies of #F04687
Complementary color
Monochromatic Colors of #F04687
Black with #F04687
Text Example
Text Example
White with #F04687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04687; }
p { color: rgb(240,70,135); }
H1.HeaderClassName
{
color: #F04687;
}
.AnyTagClassName
{
color: #F04687;
}
</style>
background-color css
<style>
a { background-color: #F04687; }
a { background-color: rgb(240,70,135); }
div.DivClassName
{
background-color: #F04687;
}
.BgClassName
{
background-color: #F04687;
}
</style>
border-color css
<style>
span { border-color: #F04687; }
span { border-color: rgb(240,70,135); }
td.TdClassName
{
border-color: #F04687;
}
.TagClassName
{
border-color: #F04687;
}
</style>