Shades of Violet Red #F04496
Tints of Violet Red #F04496
RGB
CMYK
RGB Variations
Color information
#F04496 (or 0xF04496) is known color: Violet Red. HEX triplet: F0, 44 and 96. RGB value is (240,68,150). Sum of RGB (Red+Green+Blue) = 240+68+150=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F04496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04496 is #0FBB69. Grayscale: #808080. Windows color (decimal): -1031018 or 9848048. OLE color: 9848048.
HSL color Cylindrical-coordinate representation of color #F04496: hue angle of 331.4º 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 #F04496 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 150 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.06 |
| HSL | 331.4º | 0.85% | 0.6% | - |
| HSV(B) | 331.4º | 0.72% | 0.94% | - |
| XYZ | 43.51 | 24.86 | 31.36 | - |
| YUV | 128.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 150 | 0 | 0.72 | 0.37 | 0.06 | 331.4 | 0.85 | 0.6 |
| Hex | F0 | 44 | 96 | 0 | 48 | 25 | 6 | 14B | 55 | 3C |
| Octal | 360 | 104 | 226 | 0 | 110 | 45 | 6 | 513 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10010110 | 0 | 1001000 | 100101 | 110 | 101001011 | 1010101 | 111100 |
Color Harmonies of #F04496
Complementary color
Monochromatic Colors of #F04496
Black with #F04496
Text Example
Text Example
White with #F04496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04496; }
p { color: rgb(240,68,150); }
H1.HeaderClassName
{
color: #F04496;
}
.AnyTagClassName
{
color: #F04496;
}
</style>
background-color css
<style>
a { background-color: #F04496; }
a { background-color: rgb(240,68,150); }
div.DivClassName
{
background-color: #F04496;
}
.BgClassName
{
background-color: #F04496;
}
</style>
border-color css
<style>
span { border-color: #F04496; }
span { border-color: rgb(240,68,150); }
td.TdClassName
{
border-color: #F04496;
}
.TagClassName
{
border-color: #F04496;
}
</style>