Shades of Radical Red #F04254
Tints of Radical Red #F04254
RGB
CMYK
RGB Variations
Color information
#F04254 (or 0xF04254) is known color: Radical Red. HEX triplet: F0, 42 and 54. RGB value is (240,66,84). Sum of RGB (Red+Green+Blue) = 240+66+84=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F04254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04254 is #0FBDAB. Grayscale: #787878. Windows color (decimal): -1031596 or 5522160. OLE color: 5522160.
HSL color Cylindrical-coordinate representation of color #F04254: hue angle of 353.79º 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 #F04254 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 84 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.06 |
| HSL | 353.79º | 0.85% | 0.6% | - |
| HSV(B) | 353.79º | 0.73% | 0.94% | - |
| XYZ | 39.48 | 23.06 | 10.76 | - |
| YUV | 120.08 | 107.65 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 84 | 0 | 0.72 | 0.65 | 0.06 | 353.79 | 0.85 | 0.6 |
| Hex | F0 | 42 | 54 | 0 | 48 | 41 | 6 | 162 | 55 | 3C |
| Octal | 360 | 102 | 124 | 0 | 110 | 101 | 6 | 542 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1010100 | 0 | 1001000 | 1000001 | 110 | 101100010 | 1010101 | 111100 |
Color Harmonies of #F04254
Complementary color
Monochromatic Colors of #F04254
Black with #F04254
Text Example
Text Example
White with #F04254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04254; }
p { color: rgb(240,66,84); }
H1.HeaderClassName
{
color: #F04254;
}
.AnyTagClassName
{
color: #F04254;
}
</style>
background-color css
<style>
a { background-color: #F04254; }
a { background-color: rgb(240,66,84); }
div.DivClassName
{
background-color: #F04254;
}
.BgClassName
{
background-color: #F04254;
}
</style>
border-color css
<style>
span { border-color: #F04254; }
span { border-color: rgb(240,66,84); }
td.TdClassName
{
border-color: #F04254;
}
.TagClassName
{
border-color: #F04254;
}
</style>