Shades of Violet Red #F04277
Tints of Violet Red #F04277
RGB
CMYK
RGB Variations
Color information
#F04277 (or 0xF04277) is known color: Violet Red. HEX triplet: F0, 42 and 77. RGB value is (240,66,119). Sum of RGB (Red+Green+Blue) = 240+66+119=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F04277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04277 is #0FBD88. Grayscale: #7C7C7C. Windows color (decimal): -1031561 or 7815920. OLE color: 7815920.
HSL color Cylindrical-coordinate representation of color #F04277: hue angle of 341.72º 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 #F04277 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 119 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.06 |
| HSL | 341.72º | 0.85% | 0.6% | - |
| HSV(B) | 341.72º | 0.73% | 0.94% | - |
| XYZ | 41.21 | 23.75 | 19.87 | - |
| YUV | 124.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 119 | 0 | 0.72 | 0.50 | 0.06 | 341.72 | 0.85 | 0.6 |
| Hex | F0 | 42 | 77 | 0 | 48 | 32 | 6 | 156 | 55 | 3C |
| Octal | 360 | 102 | 167 | 0 | 110 | 62 | 6 | 526 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1110111 | 0 | 1001000 | 110010 | 110 | 101010110 | 1010101 | 111100 |
Color Harmonies of #F04277
Complementary color
Monochromatic Colors of #F04277
Black with #F04277
Text Example
Text Example
White with #F04277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04277; }
p { color: rgb(240,66,119); }
H1.HeaderClassName
{
color: #F04277;
}
.AnyTagClassName
{
color: #F04277;
}
</style>
background-color css
<style>
a { background-color: #F04277; }
a { background-color: rgb(240,66,119); }
div.DivClassName
{
background-color: #F04277;
}
.BgClassName
{
background-color: #F04277;
}
</style>
border-color css
<style>
span { border-color: #F04277; }
span { border-color: rgb(240,66,119); }
td.TdClassName
{
border-color: #F04277;
}
.TagClassName
{
border-color: #F04277;
}
</style>