Shades of Radical Red #F04860
Tints of Radical Red #F04860
RGB
CMYK
RGB Variations
Color information
#F04860 (or 0xF04860) is known color: Radical Red. HEX triplet: F0, 48 and 60. RGB value is (240,72,96). Sum of RGB (Red+Green+Blue) = 240+72+96=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F04860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04860 is #0FB79F. Grayscale: #7D7D7D. Windows color (decimal): -1030048 or 6310128. OLE color: 6310128.
HSL color Cylindrical-coordinate representation of color #F04860: hue angle of 351.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 #F04860 is Cyan = 0, Magento = 0.7, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 96 | - |
| CMYK | 0 | 0.7 | 0.6 | 0.06 |
| HSL | 351.43º | 0.85% | 0.61% | - |
| HSV(B) | 351.43º | 0.7% | 0.94% | - |
| XYZ | 40.36 | 24 | 13.57 | - |
| YUV | 124.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 96 | 0 | 0.7 | 0.6 | 0.06 | 351.43 | 0.85 | 0.61 |
| Hex | F0 | 48 | 60 | 0 | 46 | 3C | 6 | 15F | 55 | 3D |
| Octal | 360 | 110 | 140 | 0 | 106 | 74 | 6 | 537 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1100000 | 0 | 1000110 | 111100 | 110 | 101011111 | 1010101 | 111101 |
Color Harmonies of #F04860
Complementary color
Monochromatic Colors of #F04860
Black with #F04860
Text Example
Text Example
White with #F04860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04860; }
p { color: rgb(240,72,96); }
H1.HeaderClassName
{
color: #F04860;
}
.AnyTagClassName
{
color: #F04860;
}
</style>
background-color css
<style>
a { background-color: #F04860; }
a { background-color: rgb(240,72,96); }
div.DivClassName
{
background-color: #F04860;
}
.BgClassName
{
background-color: #F04860;
}
</style>
border-color css
<style>
span { border-color: #F04860; }
span { border-color: rgb(240,72,96); }
td.TdClassName
{
border-color: #F04860;
}
.TagClassName
{
border-color: #F04860;
}
</style>