Shades of Violet Red #F04299
Tints of Violet Red #F04299
RGB
CMYK
RGB Variations
Color information
#F04299 (or 0xF04299) is known color: Violet Red. HEX triplet: F0, 42 and 99. RGB value is (240,66,153). Sum of RGB (Red+Green+Blue) = 240+66+153=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04299 is #0FBD66. Grayscale: #7F7F7F. Windows color (decimal): -1031527 or 10044144. OLE color: 10044144.
HSL color Cylindrical-coordinate representation of color #F04299: hue angle of 330º 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 #F04299 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 153 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.06 |
| HSL | 330º | 0.85% | 0.6% | - |
| HSV(B) | 330º | 0.73% | 0.94% | - |
| XYZ | 43.63 | 24.72 | 32.61 | - |
| YUV | 127.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 153 | 0 | 0.72 | 0.36 | 0.06 | 330 | 0.85 | 0.6 |
| Hex | F0 | 42 | 99 | 0 | 48 | 24 | 6 | 14A | 55 | 3C |
| Octal | 360 | 102 | 231 | 0 | 110 | 44 | 6 | 512 | 125 | 74 |
| Binary | 11110000 | 1000010 | 10011001 | 0 | 1001000 | 100100 | 110 | 101001010 | 1010101 | 111100 |
Color Harmonies of #F04299
Complementary color
Monochromatic Colors of #F04299
Black with #F04299
Text Example
Text Example
White with #F04299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04299; }
p { color: rgb(240,66,153); }
H1.HeaderClassName
{
color: #F04299;
}
.AnyTagClassName
{
color: #F04299;
}
</style>
background-color css
<style>
a { background-color: #F04299; }
a { background-color: rgb(240,66,153); }
div.DivClassName
{
background-color: #F04299;
}
.BgClassName
{
background-color: #F04299;
}
</style>
border-color css
<style>
span { border-color: #F04299; }
span { border-color: rgb(240,66,153); }
td.TdClassName
{
border-color: #F04299;
}
.TagClassName
{
border-color: #F04299;
}
</style>