Shades of Radical Red #F54956
Tints of Radical Red #F54956
RGB
CMYK
RGB Variations
Color information
#F54956 (or 0xF54956) is known color: Radical Red. HEX triplet: F5, 49 and 56. RGB value is (245,73,86). Sum of RGB (Red+Green+Blue) = 245+73+86=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F54956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54956 is #0AB6A9. Grayscale: #7E7E7E. Windows color (decimal): -702122 or 5655029. OLE color: 5655029.
HSL color Cylindrical-coordinate representation of color #F54956: hue angle of 355.47º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54956 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 86 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.04 |
| HSL | 355.47º | 0.9% | 0.62% | - |
| HSV(B) | 355.47º | 0.7% | 0.96% | - |
| XYZ | 41.72 | 24.85 | 11.4 | - |
| YUV | 125.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 86 | 0 | 0.70 | 0.65 | 0.04 | 355.47 | 0.9 | 0.62 |
| Hex | F5 | 49 | 56 | 0 | 46 | 41 | 4 | 163 | 5A | 3E |
| Octal | 365 | 111 | 126 | 0 | 106 | 101 | 4 | 543 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1010110 | 0 | 1000110 | 1000001 | 100 | 101100011 | 1011010 | 111110 |
Color Harmonies of #F54956
Complementary color
Monochromatic Colors of #F54956
Black with #F54956
Text Example
Text Example
White with #F54956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54956; }
p { color: rgb(245,73,86); }
H1.HeaderClassName
{
color: #F54956;
}
.AnyTagClassName
{
color: #F54956;
}
</style>
background-color css
<style>
a { background-color: #F54956; }
a { background-color: rgb(245,73,86); }
div.DivClassName
{
background-color: #F54956;
}
.BgClassName
{
background-color: #F54956;
}
</style>
border-color css
<style>
span { border-color: #F54956; }
span { border-color: rgb(245,73,86); }
td.TdClassName
{
border-color: #F54956;
}
.TagClassName
{
border-color: #F54956;
}
</style>