Shades of Violet Red #F04898
Tints of Violet Red #F04898
RGB
CMYK
RGB Variations
Color information
#F04898 (or 0xF04898) is known color: Violet Red. HEX triplet: F0, 48 and 98. RGB value is (240,72,152). Sum of RGB (Red+Green+Blue) = 240+72+152=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F04898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04898 is #0FB767. Grayscale: #838383. Windows color (decimal): -1029992 or 9980144. OLE color: 9980144.
HSL color Cylindrical-coordinate representation of color #F04898: hue angle of 331.43º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04898 is Cyan = 0, Magento = 0.7, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 152 | - |
| CMYK | 0 | 0.7 | 0.37 | 0.06 |
| HSL | 331.43º | 0.85% | 0.61% | - |
| HSV(B) | 331.43º | 0.7% | 0.94% | - |
| XYZ | 43.92 | 25.43 | 32.3 | - |
| YUV | 131.35 | 139.66 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 152 | 0 | 0.7 | 0.37 | 0.06 | 331.43 | 0.85 | 0.61 |
| Hex | F0 | 48 | 98 | 0 | 46 | 25 | 6 | 14B | 55 | 3D |
| Octal | 360 | 110 | 230 | 0 | 106 | 45 | 6 | 513 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10011000 | 0 | 1000110 | 100101 | 110 | 101001011 | 1010101 | 111101 |
Color Harmonies of #F04898
Complementary color
Monochromatic Colors of #F04898
Black with #F04898
Text Example
Text Example
White with #F04898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04898; }
p { color: rgb(240,72,152); }
H1.HeaderClassName
{
color: #F04898;
}
.AnyTagClassName
{
color: #F04898;
}
</style>
background-color css
<style>
a { background-color: #F04898; }
a { background-color: rgb(240,72,152); }
div.DivClassName
{
background-color: #F04898;
}
.BgClassName
{
background-color: #F04898;
}
</style>
border-color css
<style>
span { border-color: #F04898; }
span { border-color: rgb(240,72,152); }
td.TdClassName
{
border-color: #F04898;
}
.TagClassName
{
border-color: #F04898;
}
</style>