Shades of Radical Red #F54D4E
Tints of Radical Red #F54D4E
RGB
CMYK
RGB Variations
Color information
#F54D4E (or 0xF54D4E) is known color: Radical Red. HEX triplet: F5, 4D and 4E. RGB value is (245,77,78). Sum of RGB (Red+Green+Blue) = 245+77+78=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D4E is #0AB2B1. Grayscale: #7F7F7F. Windows color (decimal): -701106 or 5131765. OLE color: 5131765.
HSL color Cylindrical-coordinate representation of color #F54D4E: hue angle of 359.64º 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 #F54D4E is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 78 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.04 |
| HSL | 359.64º | 0.89% | 0.63% | - |
| HSV(B) | 359.64º | 0.69% | 0.96% | - |
| XYZ | 41.69 | 25.27 | 9.89 | - |
| YUV | 127.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 78 | 0 | 0.69 | 0.68 | 0.04 | 359.64 | 0.89 | 0.63 |
| Hex | F5 | 4D | 4E | 0 | 45 | 44 | 4 | 168 | 59 | 3F |
| Octal | 365 | 115 | 116 | 0 | 105 | 104 | 4 | 550 | 131 | 77 |
| Binary | 11110101 | 1001101 | 1001110 | 0 | 1000101 | 1000100 | 100 | 101101000 | 1011001 | 111111 |
Color Harmonies of #F54D4E
Complementary color
Monochromatic Colors of #F54D4E
Black with #F54D4E
Text Example
Text Example
White with #F54D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D4E; }
p { color: rgb(245,77,78); }
H1.HeaderClassName
{
color: #F54D4E;
}
.AnyTagClassName
{
color: #F54D4E;
}
</style>
background-color css
<style>
a { background-color: #F54D4E; }
a { background-color: rgb(245,77,78); }
div.DivClassName
{
background-color: #F54D4E;
}
.BgClassName
{
background-color: #F54D4E;
}
</style>
border-color css
<style>
span { border-color: #F54D4E; }
span { border-color: rgb(245,77,78); }
td.TdClassName
{
border-color: #F54D4E;
}
.TagClassName
{
border-color: #F54D4E;
}
</style>