Shades of Violet Red #F04379
Tints of Violet Red #F04379
RGB
CMYK
RGB Variations
Color information
#F04379 (or 0xF04379) is known color: Violet Red. HEX triplet: F0, 43 and 79. RGB value is (240,67,121). Sum of RGB (Red+Green+Blue) = 240+67+121=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F04379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04379 is #0FBC86. Grayscale: #7C7C7C. Windows color (decimal): -1031303 or 7947248. OLE color: 7947248.
HSL color Cylindrical-coordinate representation of color #F04379: hue angle of 341.27º 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 #F04379 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 121 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.06 |
| HSL | 341.27º | 0.85% | 0.6% | - |
| HSV(B) | 341.27º | 0.72% | 0.94% | - |
| XYZ | 41.39 | 23.92 | 20.52 | - |
| YUV | 124.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 121 | 0 | 0.72 | 0.50 | 0.06 | 341.27 | 0.85 | 0.6 |
| Hex | F0 | 43 | 79 | 0 | 48 | 32 | 6 | 155 | 55 | 3C |
| Octal | 360 | 103 | 171 | 0 | 110 | 62 | 6 | 525 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1111001 | 0 | 1001000 | 110010 | 110 | 101010101 | 1010101 | 111100 |
Color Harmonies of #F04379
Complementary color
Monochromatic Colors of #F04379
Black with #F04379
Text Example
Text Example
White with #F04379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04379; }
p { color: rgb(240,67,121); }
H1.HeaderClassName
{
color: #F04379;
}
.AnyTagClassName
{
color: #F04379;
}
</style>
background-color css
<style>
a { background-color: #F04379; }
a { background-color: rgb(240,67,121); }
div.DivClassName
{
background-color: #F04379;
}
.BgClassName
{
background-color: #F04379;
}
</style>
border-color css
<style>
span { border-color: #F04379; }
span { border-color: rgb(240,67,121); }
td.TdClassName
{
border-color: #F04379;
}
.TagClassName
{
border-color: #F04379;
}
</style>