Shades of Radical Red #F54E51
Tints of Radical Red #F54E51
RGB
CMYK
RGB Variations
Color information
#F54E51 (or 0xF54E51) is known color: Radical Red. HEX triplet: F5, 4E and 51. RGB value is (245,78,81). Sum of RGB (Red+Green+Blue) = 245+78+81=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54E51 is #0AB1AE. Grayscale: #808080. Windows color (decimal): -700847 or 5328629. OLE color: 5328629.
HSL color Cylindrical-coordinate representation of color #F54E51: hue angle of 358.92º 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 #F54E51 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 81 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.04 |
| HSL | 358.92º | 0.89% | 0.63% | - |
| HSV(B) | 358.92º | 0.68% | 0.96% | - |
| XYZ | 41.87 | 25.46 | 10.49 | - |
| YUV | 128.28 | 101.33 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 81 | 0 | 0.68 | 0.67 | 0.04 | 358.92 | 0.89 | 0.63 |
| Hex | F5 | 4E | 51 | 0 | 44 | 43 | 4 | 167 | 59 | 3F |
| Octal | 365 | 116 | 121 | 0 | 104 | 103 | 4 | 547 | 131 | 77 |
| Binary | 11110101 | 1001110 | 1010001 | 0 | 1000100 | 1000011 | 100 | 101100111 | 1011001 | 111111 |
Color Harmonies of #F54E51
Complementary color
Monochromatic Colors of #F54E51
Black with #F54E51
Text Example
Text Example
White with #F54E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E51; }
p { color: rgb(245,78,81); }
H1.HeaderClassName
{
color: #F54E51;
}
.AnyTagClassName
{
color: #F54E51;
}
</style>
background-color css
<style>
a { background-color: #F54E51; }
a { background-color: rgb(245,78,81); }
div.DivClassName
{
background-color: #F54E51;
}
.BgClassName
{
background-color: #F54E51;
}
</style>
border-color css
<style>
span { border-color: #F54E51; }
span { border-color: rgb(245,78,81); }
td.TdClassName
{
border-color: #F54E51;
}
.TagClassName
{
border-color: #F54E51;
}
</style>