Shades of Violet Red #F04698
Tints of Violet Red #F04698
RGB
CMYK
RGB Variations
Color information
#F04698 (or 0xF04698) is known color: Violet Red. HEX triplet: F0, 46 and 98. RGB value is (240,70,152). Sum of RGB (Red+Green+Blue) = 240+70+152=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F04698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04698 is #0FB967. Grayscale: #828282. Windows color (decimal): -1030504 or 9979632. OLE color: 9979632.
HSL color Cylindrical-coordinate representation of color #F04698: hue angle of 331.06º 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 #F04698 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 152 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.06 |
| HSL | 331.06º | 0.85% | 0.61% | - |
| HSV(B) | 331.06º | 0.71% | 0.94% | - |
| XYZ | 43.79 | 25.17 | 32.26 | - |
| YUV | 130.18 | 140.32 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 152 | 0 | 0.71 | 0.37 | 0.06 | 331.06 | 0.85 | 0.61 |
| Hex | F0 | 46 | 98 | 0 | 47 | 25 | 6 | 14B | 55 | 3D |
| Octal | 360 | 106 | 230 | 0 | 107 | 45 | 6 | 513 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10011000 | 0 | 1000111 | 100101 | 110 | 101001011 | 1010101 | 111101 |
Color Harmonies of #F04698
Complementary color
Monochromatic Colors of #F04698
Black with #F04698
Text Example
Text Example
White with #F04698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04698; }
p { color: rgb(240,70,152); }
H1.HeaderClassName
{
color: #F04698;
}
.AnyTagClassName
{
color: #F04698;
}
</style>
background-color css
<style>
a { background-color: #F04698; }
a { background-color: rgb(240,70,152); }
div.DivClassName
{
background-color: #F04698;
}
.BgClassName
{
background-color: #F04698;
}
</style>
border-color css
<style>
span { border-color: #F04698; }
span { border-color: rgb(240,70,152); }
td.TdClassName
{
border-color: #F04698;
}
.TagClassName
{
border-color: #F04698;
}
</style>