Shades of Violet Red #F04499
Tints of Violet Red #F04499
RGB
CMYK
RGB Variations
Color information
#F04499 (or 0xF04499) is known color: Violet Red. HEX triplet: F0, 44 and 99. RGB value is (240,68,153). Sum of RGB (Red+Green+Blue) = 240+68+153=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F04499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04499 is #0FBB66. Grayscale: #808080. Windows color (decimal): -1031015 or 10044656. OLE color: 10044656.
HSL color Cylindrical-coordinate representation of color #F04499: hue angle of 330.35º 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 #F04499 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 153 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.06 |
| HSL | 330.35º | 0.85% | 0.6% | - |
| HSV(B) | 330.35º | 0.72% | 0.94% | - |
| XYZ | 43.75 | 24.96 | 32.65 | - |
| YUV | 129.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 153 | 0 | 0.72 | 0.36 | 0.06 | 330.35 | 0.85 | 0.6 |
| Hex | F0 | 44 | 99 | 0 | 48 | 24 | 6 | 14A | 55 | 3C |
| Octal | 360 | 104 | 231 | 0 | 110 | 44 | 6 | 512 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10011001 | 0 | 1001000 | 100100 | 110 | 101001010 | 1010101 | 111100 |
Color Harmonies of #F04499
Complementary color
Monochromatic Colors of #F04499
Black with #F04499
Text Example
Text Example
White with #F04499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04499; }
p { color: rgb(240,68,153); }
H1.HeaderClassName
{
color: #F04499;
}
.AnyTagClassName
{
color: #F04499;
}
</style>
background-color css
<style>
a { background-color: #F04499; }
a { background-color: rgb(240,68,153); }
div.DivClassName
{
background-color: #F04499;
}
.BgClassName
{
background-color: #F04499;
}
</style>
border-color css
<style>
span { border-color: #F04499; }
span { border-color: rgb(240,68,153); }
td.TdClassName
{
border-color: #F04499;
}
.TagClassName
{
border-color: #F04499;
}
</style>