Shades of Radical Red #F04C5E
Tints of Radical Red #F04C5E
RGB
CMYK
RGB Variations
Color information
#F04C5E (or 0xF04C5E) is known color: Radical Red. HEX triplet: F0, 4C and 5E. RGB value is (240,76,94). Sum of RGB (Red+Green+Blue) = 240+76+94=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C5E is #0FB3A1. Grayscale: #7F7F7F. Windows color (decimal): -1029026 or 6180080. OLE color: 6180080.
HSL color Cylindrical-coordinate representation of color #F04C5E: hue angle of 353.41º 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 #F04C5E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 94 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.06 |
| HSL | 353.41º | 0.85% | 0.62% | - |
| HSV(B) | 353.41º | 0.68% | 0.94% | - |
| XYZ | 40.54 | 24.5 | 13.18 | - |
| YUV | 127.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 94 | 0 | 0.68 | 0.61 | 0.06 | 353.41 | 0.85 | 0.62 |
| Hex | F0 | 4C | 5E | 0 | 44 | 3D | 6 | 161 | 55 | 3E |
| Octal | 360 | 114 | 136 | 0 | 104 | 75 | 6 | 541 | 125 | 76 |
| Binary | 11110000 | 1001100 | 1011110 | 0 | 1000100 | 111101 | 110 | 101100001 | 1010101 | 111110 |
Color Harmonies of #F04C5E
Complementary color
Monochromatic Colors of #F04C5E
Black with #F04C5E
Text Example
Text Example
White with #F04C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C5E; }
p { color: rgb(240,76,94); }
H1.HeaderClassName
{
color: #F04C5E;
}
.AnyTagClassName
{
color: #F04C5E;
}
</style>
background-color css
<style>
a { background-color: #F04C5E; }
a { background-color: rgb(240,76,94); }
div.DivClassName
{
background-color: #F04C5E;
}
.BgClassName
{
background-color: #F04C5E;
}
</style>
border-color css
<style>
span { border-color: #F04C5E; }
span { border-color: rgb(240,76,94); }
td.TdClassName
{
border-color: #F04C5E;
}
.TagClassName
{
border-color: #F04C5E;
}
</style>