Shades of Radical Red #F04C4E
Tints of Radical Red #F04C4E
RGB
CMYK
RGB Variations
Color information
#F04C4E (or 0xF04C4E) is known color: Radical Red. HEX triplet: F0, 4C and 4E. RGB value is (240,76,78). Sum of RGB (Red+Green+Blue) = 240+76+78=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C4E is #0FB3B1. Grayscale: #7D7D7D. Windows color (decimal): -1029042 or 5131504. OLE color: 5131504.
HSL color Cylindrical-coordinate representation of color #F04C4E: hue angle of 359.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04C4E is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 78 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.06 |
| HSL | 359.27º | 0.85% | 0.62% | - |
| HSV(B) | 359.27º | 0.68% | 0.94% | - |
| XYZ | 39.89 | 24.24 | 9.78 | - |
| YUV | 125.26 | 101.33 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 78 | 0 | 0.68 | 0.68 | 0.06 | 359.27 | 0.85 | 0.62 |
| Hex | F0 | 4C | 4E | 0 | 44 | 44 | 6 | 167 | 55 | 3E |
| Octal | 360 | 114 | 116 | 0 | 104 | 104 | 6 | 547 | 125 | 76 |
| Binary | 11110000 | 1001100 | 1001110 | 0 | 1000100 | 1000100 | 110 | 101100111 | 1010101 | 111110 |
Color Harmonies of #F04C4E
Complementary color
Monochromatic Colors of #F04C4E
Black with #F04C4E
Text Example
Text Example
White with #F04C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C4E; }
p { color: rgb(240,76,78); }
H1.HeaderClassName
{
color: #F04C4E;
}
.AnyTagClassName
{
color: #F04C4E;
}
</style>
background-color css
<style>
a { background-color: #F04C4E; }
a { background-color: rgb(240,76,78); }
div.DivClassName
{
background-color: #F04C4E;
}
.BgClassName
{
background-color: #F04C4E;
}
</style>
border-color css
<style>
span { border-color: #F04C4E; }
span { border-color: rgb(240,76,78); }
td.TdClassName
{
border-color: #F04C4E;
}
.TagClassName
{
border-color: #F04C4E;
}
</style>