Shades of Radical Red #F53756
Tints of Radical Red #F53756
RGB
CMYK
RGB Variations
Color information
#F53756 (or 0xF53756) is known color: Radical Red. HEX triplet: F5, 37 and 56. RGB value is (245,55,86). Sum of RGB (Red+Green+Blue) = 245+55+86=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F53756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53756 is #0AC8A9. Grayscale: #737373. Windows color (decimal): -706730 or 5650421. OLE color: 5650421.
HSL color Cylindrical-coordinate representation of color #F53756: hue angle of 350.21º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53756 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 86 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.04 |
| HSL | 350.21º | 0.9% | 0.59% | - |
| HSV(B) | 350.21º | 0.78% | 0.96% | - |
| XYZ | 40.7 | 22.82 | 11.06 | - |
| YUV | 115.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 86 | 0 | 0.78 | 0.65 | 0.04 | 350.21 | 0.9 | 0.59 |
| Hex | F5 | 37 | 56 | 0 | 4E | 41 | 4 | 15E | 5A | 3B |
| Octal | 365 | 67 | 126 | 0 | 116 | 101 | 4 | 536 | 132 | 73 |
| Binary | 11110101 | 110111 | 1010110 | 0 | 1001110 | 1000001 | 100 | 101011110 | 1011010 | 111011 |
Color Harmonies of #F53756
Complementary color
Monochromatic Colors of #F53756
Black with #F53756
Text Example
Text Example
White with #F53756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53756; }
p { color: rgb(245,55,86); }
H1.HeaderClassName
{
color: #F53756;
}
.AnyTagClassName
{
color: #F53756;
}
</style>
background-color css
<style>
a { background-color: #F53756; }
a { background-color: rgb(245,55,86); }
div.DivClassName
{
background-color: #F53756;
}
.BgClassName
{
background-color: #F53756;
}
</style>
border-color css
<style>
span { border-color: #F53756; }
span { border-color: rgb(245,55,86); }
td.TdClassName
{
border-color: #F53756;
}
.TagClassName
{
border-color: #F53756;
}
</style>