Shades of Radical Red #F54D51
Tints of Radical Red #F54D51
RGB
CMYK
RGB Variations
Color information
#F54D51 (or 0xF54D51) is known color: Radical Red. HEX triplet: F5, 4D and 51. RGB value is (245,77,81). Sum of RGB (Red+Green+Blue) = 245+77+81=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D51 is #0AB2AE. Grayscale: #7F7F7F. Windows color (decimal): -701103 or 5328373. OLE color: 5328373.
HSL color Cylindrical-coordinate representation of color #F54D51: hue angle of 358.57º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54D51 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 81 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.04 |
| HSL | 358.57º | 0.89% | 0.63% | - |
| HSV(B) | 358.57º | 0.69% | 0.96% | - |
| XYZ | 41.8 | 25.31 | 10.47 | - |
| YUV | 127.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 81 | 0 | 0.69 | 0.67 | 0.04 | 358.57 | 0.89 | 0.63 |
| Hex | F5 | 4D | 51 | 0 | 45 | 43 | 4 | 167 | 59 | 3F |
| Octal | 365 | 115 | 121 | 0 | 105 | 103 | 4 | 547 | 131 | 77 |
| Binary | 11110101 | 1001101 | 1010001 | 0 | 1000101 | 1000011 | 100 | 101100111 | 1011001 | 111111 |
Color Harmonies of #F54D51
Complementary color
Monochromatic Colors of #F54D51
Black with #F54D51
Text Example
Text Example
White with #F54D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D51; }
p { color: rgb(245,77,81); }
H1.HeaderClassName
{
color: #F54D51;
}
.AnyTagClassName
{
color: #F54D51;
}
</style>
background-color css
<style>
a { background-color: #F54D51; }
a { background-color: rgb(245,77,81); }
div.DivClassName
{
background-color: #F54D51;
}
.BgClassName
{
background-color: #F54D51;
}
</style>
border-color css
<style>
span { border-color: #F54D51; }
span { border-color: rgb(245,77,81); }
td.TdClassName
{
border-color: #F54D51;
}
.TagClassName
{
border-color: #F54D51;
}
</style>