Shades of Radical Red #F04054
Tints of Radical Red #F04054
RGB
CMYK
RGB Variations
Color information
#F04054 (or 0xF04054) is known color: Radical Red. HEX triplet: F0, 40 and 54. RGB value is (240,64,84). Sum of RGB (Red+Green+Blue) = 240+64+84=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F04054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04054 is #0FBFAB. Grayscale: #767676. Windows color (decimal): -1032108 or 5521648. OLE color: 5521648.
HSL color Cylindrical-coordinate representation of color #F04054: hue angle of 353.18º 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 #F04054 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 84 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.06 |
| HSL | 353.18º | 0.85% | 0.6% | - |
| HSV(B) | 353.18º | 0.73% | 0.94% | - |
| XYZ | 39.37 | 22.83 | 10.72 | - |
| YUV | 118.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 84 | 0 | 0.73 | 0.65 | 0.06 | 353.18 | 0.85 | 0.6 |
| Hex | F0 | 40 | 54 | 0 | 49 | 41 | 6 | 161 | 55 | 3C |
| Octal | 360 | 100 | 124 | 0 | 111 | 101 | 6 | 541 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1010100 | 0 | 1001001 | 1000001 | 110 | 101100001 | 1010101 | 111100 |
Color Harmonies of #F04054
Complementary color
Monochromatic Colors of #F04054
Black with #F04054
Text Example
Text Example
White with #F04054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04054; }
p { color: rgb(240,64,84); }
H1.HeaderClassName
{
color: #F04054;
}
.AnyTagClassName
{
color: #F04054;
}
</style>
background-color css
<style>
a { background-color: #F04054; }
a { background-color: rgb(240,64,84); }
div.DivClassName
{
background-color: #F04054;
}
.BgClassName
{
background-color: #F04054;
}
</style>
border-color css
<style>
span { border-color: #F04054; }
span { border-color: rgb(240,64,84); }
td.TdClassName
{
border-color: #F04054;
}
.TagClassName
{
border-color: #F04054;
}
</style>