Shades of Violet Red #F04498
Tints of Violet Red #F04498
RGB
CMYK
RGB Variations
Color information
#F04498 (or 0xF04498) is known color: Violet Red. HEX triplet: F0, 44 and 98. RGB value is (240,68,152). Sum of RGB (Red+Green+Blue) = 240+68+152=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F04498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04498 is #0FBB67. Grayscale: #808080. Windows color (decimal): -1031016 or 9979120. OLE color: 9979120.
HSL color Cylindrical-coordinate representation of color #F04498: hue angle of 330.7º 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 #F04498 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 152 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.06 |
| HSL | 330.7º | 0.85% | 0.6% | - |
| HSV(B) | 330.7º | 0.72% | 0.94% | - |
| XYZ | 43.67 | 24.93 | 32.22 | - |
| YUV | 129 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 152 | 0 | 0.72 | 0.37 | 0.06 | 330.7 | 0.85 | 0.6 |
| Hex | F0 | 44 | 98 | 0 | 48 | 25 | 6 | 14B | 55 | 3C |
| Octal | 360 | 104 | 230 | 0 | 110 | 45 | 6 | 513 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10011000 | 0 | 1001000 | 100101 | 110 | 101001011 | 1010101 | 111100 |
Color Harmonies of #F04498
Complementary color
Monochromatic Colors of #F04498
Black with #F04498
Text Example
Text Example
White with #F04498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04498; }
p { color: rgb(240,68,152); }
H1.HeaderClassName
{
color: #F04498;
}
.AnyTagClassName
{
color: #F04498;
}
</style>
background-color css
<style>
a { background-color: #F04498; }
a { background-color: rgb(240,68,152); }
div.DivClassName
{
background-color: #F04498;
}
.BgClassName
{
background-color: #F04498;
}
</style>
border-color css
<style>
span { border-color: #F04498; }
span { border-color: rgb(240,68,152); }
td.TdClassName
{
border-color: #F04498;
}
.TagClassName
{
border-color: #F04498;
}
</style>