Shades of Violet Red #F04298
Tints of Violet Red #F04298
RGB
CMYK
RGB Variations
Color information
#F04298 (or 0xF04298) is known color: Violet Red. HEX triplet: F0, 42 and 98. RGB value is (240,66,152). Sum of RGB (Red+Green+Blue) = 240+66+152=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F04298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04298 is #0FBD67. Grayscale: #7F7F7F. Windows color (decimal): -1031528 or 9978608. OLE color: 9978608.
HSL color Cylindrical-coordinate representation of color #F04298: hue angle of 330.34º 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 #F04298 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 152 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.06 |
| HSL | 330.34º | 0.85% | 0.6% | - |
| HSV(B) | 330.34º | 0.73% | 0.94% | - |
| XYZ | 43.55 | 24.69 | 32.18 | - |
| YUV | 127.83 | 141.65 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 152 | 0 | 0.72 | 0.37 | 0.06 | 330.34 | 0.85 | 0.6 |
| Hex | F0 | 42 | 98 | 0 | 48 | 25 | 6 | 14A | 55 | 3C |
| Octal | 360 | 102 | 230 | 0 | 110 | 45 | 6 | 512 | 125 | 74 |
| Binary | 11110000 | 1000010 | 10011000 | 0 | 1001000 | 100101 | 110 | 101001010 | 1010101 | 111100 |
Color Harmonies of #F04298
Complementary color
Monochromatic Colors of #F04298
Black with #F04298
Text Example
Text Example
White with #F04298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04298; }
p { color: rgb(240,66,152); }
H1.HeaderClassName
{
color: #F04298;
}
.AnyTagClassName
{
color: #F04298;
}
</style>
background-color css
<style>
a { background-color: #F04298; }
a { background-color: rgb(240,66,152); }
div.DivClassName
{
background-color: #F04298;
}
.BgClassName
{
background-color: #F04298;
}
</style>
border-color css
<style>
span { border-color: #F04298; }
span { border-color: rgb(240,66,152); }
td.TdClassName
{
border-color: #F04298;
}
.TagClassName
{
border-color: #F04298;
}
</style>