Shades of Violet Red #F04096
Tints of Violet Red #F04096
RGB
CMYK
RGB Variations
Color information
#F04096 (or 0xF04096) is known color: Violet Red. HEX triplet: F0, 40 and 96. RGB value is (240,64,150). Sum of RGB (Red+Green+Blue) = 240+64+150=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F04096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04096 is #0FBF69. Grayscale: #7E7E7E. Windows color (decimal): -1032042 or 9847024. OLE color: 9847024.
HSL color Cylindrical-coordinate representation of color #F04096: hue angle of 330.68º 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 #F04096 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 150 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.06 |
| HSL | 330.68º | 0.85% | 0.6% | - |
| HSV(B) | 330.68º | 0.73% | 0.94% | - |
| XYZ | 43.27 | 24.39 | 31.28 | - |
| YUV | 126.43 | 141.31 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 150 | 0 | 0.73 | 0.37 | 0.06 | 330.68 | 0.85 | 0.6 |
| Hex | F0 | 40 | 96 | 0 | 49 | 25 | 6 | 14B | 55 | 3C |
| Octal | 360 | 100 | 226 | 0 | 111 | 45 | 6 | 513 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10010110 | 0 | 1001001 | 100101 | 110 | 101001011 | 1010101 | 111100 |
Color Harmonies of #F04096
Complementary color
Monochromatic Colors of #F04096
Black with #F04096
Text Example
Text Example
White with #F04096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04096; }
p { color: rgb(240,64,150); }
H1.HeaderClassName
{
color: #F04096;
}
.AnyTagClassName
{
color: #F04096;
}
</style>
background-color css
<style>
a { background-color: #F04096; }
a { background-color: rgb(240,64,150); }
div.DivClassName
{
background-color: #F04096;
}
.BgClassName
{
background-color: #F04096;
}
</style>
border-color css
<style>
span { border-color: #F04096; }
span { border-color: rgb(240,64,150); }
td.TdClassName
{
border-color: #F04096;
}
.TagClassName
{
border-color: #F04096;
}
</style>