Shades of Violet Red #F04699
Tints of Violet Red #F04699
RGB
CMYK
RGB Variations
Color information
#F04699 (or 0xF04699) is known color: Violet Red. HEX triplet: F0, 46 and 99. RGB value is (240,70,153). Sum of RGB (Red+Green+Blue) = 240+70+153=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F04699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04699 is #0FB966. Grayscale: #828282. Windows color (decimal): -1030503 or 10045168. OLE color: 10045168.
HSL color Cylindrical-coordinate representation of color #F04699: hue angle of 330.71º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04699 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 153 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.06 |
| HSL | 330.71º | 0.85% | 0.61% | - |
| HSV(B) | 330.71º | 0.71% | 0.94% | - |
| XYZ | 43.88 | 25.21 | 32.69 | - |
| YUV | 130.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 153 | 0 | 0.71 | 0.36 | 0.06 | 330.71 | 0.85 | 0.61 |
| Hex | F0 | 46 | 99 | 0 | 47 | 24 | 6 | 14B | 55 | 3D |
| Octal | 360 | 106 | 231 | 0 | 107 | 44 | 6 | 513 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10011001 | 0 | 1000111 | 100100 | 110 | 101001011 | 1010101 | 111101 |
Color Harmonies of #F04699
Complementary color
Monochromatic Colors of #F04699
Black with #F04699
Text Example
Text Example
White with #F04699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04699; }
p { color: rgb(240,70,153); }
H1.HeaderClassName
{
color: #F04699;
}
.AnyTagClassName
{
color: #F04699;
}
</style>
background-color css
<style>
a { background-color: #F04699; }
a { background-color: rgb(240,70,153); }
div.DivClassName
{
background-color: #F04699;
}
.BgClassName
{
background-color: #F04699;
}
</style>
border-color css
<style>
span { border-color: #F04699; }
span { border-color: rgb(240,70,153); }
td.TdClassName
{
border-color: #F04699;
}
.TagClassName
{
border-color: #F04699;
}
</style>