Shades of Violet Red #F04178
Tints of Violet Red #F04178
RGB
CMYK
RGB Variations
Color information
#F04178 (or 0xF04178) is known color: Violet Red. HEX triplet: F0, 41 and 78. RGB value is (240,65,120). Sum of RGB (Red+Green+Blue) = 240+65+120=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F04178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04178 is #0FBE87. Grayscale: #7B7B7B. Windows color (decimal): -1031816 or 7881200. OLE color: 7881200.
HSL color Cylindrical-coordinate representation of color #F04178: hue angle of 341.14º 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 #F04178 is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 120 | - |
| CMYK | 0 | 0.73 | 0.5 | 0.06 |
| HSL | 341.14º | 0.85% | 0.6% | - |
| HSV(B) | 341.14º | 0.73% | 0.94% | - |
| XYZ | 41.22 | 23.66 | 20.16 | - |
| YUV | 123.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 120 | 0 | 0.73 | 0.5 | 0.06 | 341.14 | 0.85 | 0.6 |
| Hex | F0 | 41 | 78 | 0 | 49 | 32 | 6 | 155 | 55 | 3C |
| Octal | 360 | 101 | 170 | 0 | 111 | 62 | 6 | 525 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1111000 | 0 | 1001001 | 110010 | 110 | 101010101 | 1010101 | 111100 |
Color Harmonies of #F04178
Complementary color
Monochromatic Colors of #F04178
Black with #F04178
Text Example
Text Example
White with #F04178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04178; }
p { color: rgb(240,65,120); }
H1.HeaderClassName
{
color: #F04178;
}
.AnyTagClassName
{
color: #F04178;
}
</style>
background-color css
<style>
a { background-color: #F04178; }
a { background-color: rgb(240,65,120); }
div.DivClassName
{
background-color: #F04178;
}
.BgClassName
{
background-color: #F04178;
}
</style>
border-color css
<style>
span { border-color: #F04178; }
span { border-color: rgb(240,65,120); }
td.TdClassName
{
border-color: #F04178;
}
.TagClassName
{
border-color: #F04178;
}
</style>