Shades of Radical Red #F04E5A
Tints of Radical Red #F04E5A
RGB
CMYK
RGB Variations
Color information
#F04E5A (or 0xF04E5A) is known color: Radical Red. HEX triplet: F0, 4E and 5A. RGB value is (240,78,90). Sum of RGB (Red+Green+Blue) = 240+78+90=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E5A is #0FB1A5. Grayscale: #7F7F7F. Windows color (decimal): -1028518 or 5918448. OLE color: 5918448.
HSL color Cylindrical-coordinate representation of color #F04E5A: hue angle of 355.56º degrees, saturation: 0.84, 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 #F04E5A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 90 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.06 |
| HSL | 355.56º | 0.84% | 0.62% | - |
| HSV(B) | 355.56º | 0.68% | 0.94% | - |
| XYZ | 40.51 | 24.71 | 12.31 | - |
| YUV | 127.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 90 | 0 | 0.68 | 0.62 | 0.06 | 355.56 | 0.84 | 0.62 |
| Hex | F0 | 4E | 5A | 0 | 44 | 3E | 6 | 164 | 54 | 3E |
| Octal | 360 | 116 | 132 | 0 | 104 | 76 | 6 | 544 | 124 | 76 |
| Binary | 11110000 | 1001110 | 1011010 | 0 | 1000100 | 111110 | 110 | 101100100 | 1010100 | 111110 |
Color Harmonies of #F04E5A
Complementary color
Monochromatic Colors of #F04E5A
Black with #F04E5A
Text Example
Text Example
White with #F04E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E5A; }
p { color: rgb(240,78,90); }
H1.HeaderClassName
{
color: #F04E5A;
}
.AnyTagClassName
{
color: #F04E5A;
}
</style>
background-color css
<style>
a { background-color: #F04E5A; }
a { background-color: rgb(240,78,90); }
div.DivClassName
{
background-color: #F04E5A;
}
.BgClassName
{
background-color: #F04E5A;
}
</style>
border-color css
<style>
span { border-color: #F04E5A; }
span { border-color: rgb(240,78,90); }
td.TdClassName
{
border-color: #F04E5A;
}
.TagClassName
{
border-color: #F04E5A;
}
</style>