Shades of Violet Red #F04896
Tints of Violet Red #F04896
RGB
CMYK
RGB Variations
Color information
#F04896 (or 0xF04896) is known color: Violet Red. HEX triplet: F0, 48 and 96. RGB value is (240,72,150). Sum of RGB (Red+Green+Blue) = 240+72+150=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F04896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04896 is #0FB769. Grayscale: #828282. Windows color (decimal): -1029994 or 9849072. OLE color: 9849072.
HSL color Cylindrical-coordinate representation of color #F04896: hue angle of 332.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04896 is Cyan = 0, Magento = 0.7, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 150 | - |
| CMYK | 0 | 0.7 | 0.37 | 0.06 |
| HSL | 332.14º | 0.85% | 0.61% | - |
| HSV(B) | 332.14º | 0.7% | 0.94% | - |
| XYZ | 43.76 | 25.36 | 31.44 | - |
| YUV | 131.12 | 138.66 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 150 | 0 | 0.7 | 0.37 | 0.06 | 332.14 | 0.85 | 0.61 |
| Hex | F0 | 48 | 96 | 0 | 46 | 25 | 6 | 14C | 55 | 3D |
| Octal | 360 | 110 | 226 | 0 | 106 | 45 | 6 | 514 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10010110 | 0 | 1000110 | 100101 | 110 | 101001100 | 1010101 | 111101 |
Color Harmonies of #F04896
Complementary color
Monochromatic Colors of #F04896
Black with #F04896
Text Example
Text Example
White with #F04896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04896; }
p { color: rgb(240,72,150); }
H1.HeaderClassName
{
color: #F04896;
}
.AnyTagClassName
{
color: #F04896;
}
</style>
background-color css
<style>
a { background-color: #F04896; }
a { background-color: rgb(240,72,150); }
div.DivClassName
{
background-color: #F04896;
}
.BgClassName
{
background-color: #F04896;
}
</style>
border-color css
<style>
span { border-color: #F04896; }
span { border-color: rgb(240,72,150); }
td.TdClassName
{
border-color: #F04896;
}
.TagClassName
{
border-color: #F04896;
}
</style>