Shades of Radical Red #F04160
Tints of Radical Red #F04160
RGB
CMYK
RGB Variations
Color information
#F04160 (or 0xF04160) is known color: Radical Red. HEX triplet: F0, 41 and 60. RGB value is (240,65,96). Sum of RGB (Red+Green+Blue) = 240+65+96=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F04160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04160 is #0FBE9F. Grayscale: #787878. Windows color (decimal): -1031840 or 6308336. OLE color: 6308336.
HSL color Cylindrical-coordinate representation of color #F04160: hue angle of 349.37º 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 #F04160 is Cyan = 0, Magento = 0.73, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 96 | - |
| CMYK | 0 | 0.73 | 0.6 | 0.06 |
| HSL | 349.37º | 0.85% | 0.6% | - |
| HSV(B) | 349.37º | 0.73% | 0.94% | - |
| XYZ | 39.94 | 23.15 | 13.43 | - |
| YUV | 120.86 | 113.98 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 96 | 0 | 0.73 | 0.6 | 0.06 | 349.37 | 0.85 | 0.6 |
| Hex | F0 | 41 | 60 | 0 | 49 | 3C | 6 | 15D | 55 | 3C |
| Octal | 360 | 101 | 140 | 0 | 111 | 74 | 6 | 535 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1100000 | 0 | 1001001 | 111100 | 110 | 101011101 | 1010101 | 111100 |
Color Harmonies of #F04160
Complementary color
Monochromatic Colors of #F04160
Black with #F04160
Text Example
Text Example
White with #F04160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04160; }
p { color: rgb(240,65,96); }
H1.HeaderClassName
{
color: #F04160;
}
.AnyTagClassName
{
color: #F04160;
}
</style>
background-color css
<style>
a { background-color: #F04160; }
a { background-color: rgb(240,65,96); }
div.DivClassName
{
background-color: #F04160;
}
.BgClassName
{
background-color: #F04160;
}
</style>
border-color css
<style>
span { border-color: #F04160; }
span { border-color: rgb(240,65,96); }
td.TdClassName
{
border-color: #F04160;
}
.TagClassName
{
border-color: #F04160;
}
</style>