Shades of Radical Red #F04456
Tints of Radical Red #F04456
RGB
CMYK
RGB Variations
Color information
#F04456 (or 0xF04456) is known color: Radical Red. HEX triplet: F0, 44 and 56. RGB value is (240,68,86). Sum of RGB (Red+Green+Blue) = 240+68+86=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F04456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04456 is #0FBBA9. Grayscale: #797979. Windows color (decimal): -1031082 or 5653744. OLE color: 5653744.
HSL color Cylindrical-coordinate representation of color #F04456: hue angle of 353.72º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04456 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 86 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.06 |
| HSL | 353.72º | 0.85% | 0.6% | - |
| HSV(B) | 353.72º | 0.72% | 0.94% | - |
| XYZ | 39.68 | 23.33 | 11.22 | - |
| YUV | 121.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 86 | 0 | 0.72 | 0.64 | 0.06 | 353.72 | 0.85 | 0.6 |
| Hex | F0 | 44 | 56 | 0 | 48 | 40 | 6 | 162 | 55 | 3C |
| Octal | 360 | 104 | 126 | 0 | 110 | 100 | 6 | 542 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1010110 | 0 | 1001000 | 1000000 | 110 | 101100010 | 1010101 | 111100 |
Color Harmonies of #F04456
Complementary color
Monochromatic Colors of #F04456
Black with #F04456
Text Example
Text Example
White with #F04456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04456; }
p { color: rgb(240,68,86); }
H1.HeaderClassName
{
color: #F04456;
}
.AnyTagClassName
{
color: #F04456;
}
</style>
background-color css
<style>
a { background-color: #F04456; }
a { background-color: rgb(240,68,86); }
div.DivClassName
{
background-color: #F04456;
}
.BgClassName
{
background-color: #F04456;
}
</style>
border-color css
<style>
span { border-color: #F04456; }
span { border-color: rgb(240,68,86); }
td.TdClassName
{
border-color: #F04456;
}
.TagClassName
{
border-color: #F04456;
}
</style>