Shades of Radical Red #F54E5E
Tints of Radical Red #F54E5E
RGB
CMYK
RGB Variations
Color information
#F54E5E (or 0xF54E5E) is known color: Radical Red. HEX triplet: F5, 4E and 5E. RGB value is (245,78,94). Sum of RGB (Red+Green+Blue) = 245+78+94=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54E5E is #0AB1A1. Grayscale: #818181. Windows color (decimal): -700834 or 6180597. OLE color: 6180597.
HSL color Cylindrical-coordinate representation of color #F54E5E: hue angle of 354.25º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54E5E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 94 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.04 |
| HSL | 354.25º | 0.89% | 0.63% | - |
| HSV(B) | 354.25º | 0.68% | 0.96% | - |
| XYZ | 42.4 | 25.67 | 13.31 | - |
| YUV | 129.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 94 | 0 | 0.68 | 0.62 | 0.04 | 354.25 | 0.89 | 0.63 |
| Hex | F5 | 4E | 5E | 0 | 44 | 3E | 4 | 162 | 59 | 3F |
| Octal | 365 | 116 | 136 | 0 | 104 | 76 | 4 | 542 | 131 | 77 |
| Binary | 11110101 | 1001110 | 1011110 | 0 | 1000100 | 111110 | 100 | 101100010 | 1011001 | 111111 |
Color Harmonies of #F54E5E
Complementary color
Monochromatic Colors of #F54E5E
Black with #F54E5E
Text Example
Text Example
White with #F54E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E5E; }
p { color: rgb(245,78,94); }
H1.HeaderClassName
{
color: #F54E5E;
}
.AnyTagClassName
{
color: #F54E5E;
}
</style>
background-color css
<style>
a { background-color: #F54E5E; }
a { background-color: rgb(245,78,94); }
div.DivClassName
{
background-color: #F54E5E;
}
.BgClassName
{
background-color: #F54E5E;
}
</style>
border-color css
<style>
span { border-color: #F54E5E; }
span { border-color: rgb(245,78,94); }
td.TdClassName
{
border-color: #F54E5E;
}
.TagClassName
{
border-color: #F54E5E;
}
</style>