Shades of Violet Red #F04077
Tints of Violet Red #F04077
RGB
CMYK
RGB Variations
Color information
#F04077 (or 0xF04077) is known color: Violet Red. HEX triplet: F0, 40 and 77. RGB value is (240,64,119). Sum of RGB (Red+Green+Blue) = 240+64+119=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04077 is #0FBF88. Grayscale: #7A7A7A. Windows color (decimal): -1032073 or 7815408. OLE color: 7815408.
HSL color Cylindrical-coordinate representation of color #F04077: hue angle of 341.25º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04077 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 119 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.06 |
| HSL | 341.25º | 0.85% | 0.6% | - |
| HSV(B) | 341.25º | 0.73% | 0.94% | - |
| XYZ | 41.1 | 23.52 | 19.83 | - |
| YUV | 122.89 | 125.81 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 119 | 0 | 0.73 | 0.50 | 0.06 | 341.25 | 0.85 | 0.6 |
| Hex | F0 | 40 | 77 | 0 | 49 | 32 | 6 | 155 | 55 | 3C |
| Octal | 360 | 100 | 167 | 0 | 111 | 62 | 6 | 525 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1110111 | 0 | 1001001 | 110010 | 110 | 101010101 | 1010101 | 111100 |
Color Harmonies of #F04077
Complementary color
Monochromatic Colors of #F04077
Black with #F04077
Text Example
Text Example
White with #F04077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04077; }
p { color: rgb(240,64,119); }
H1.HeaderClassName
{
color: #F04077;
}
.AnyTagClassName
{
color: #F04077;
}
</style>
background-color css
<style>
a { background-color: #F04077; }
a { background-color: rgb(240,64,119); }
div.DivClassName
{
background-color: #F04077;
}
.BgClassName
{
background-color: #F04077;
}
</style>
border-color css
<style>
span { border-color: #F04077; }
span { border-color: rgb(240,64,119); }
td.TdClassName
{
border-color: #F04077;
}
.TagClassName
{
border-color: #F04077;
}
</style>