Shades of Radical Red #F53760
Tints of Radical Red #F53760
RGB
CMYK
RGB Variations
Color information
#F53760 (or 0xF53760) is known color: Radical Red. HEX triplet: F5, 37 and 60. RGB value is (245,55,96). Sum of RGB (Red+Green+Blue) = 245+55+96=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F53760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53760 is #0AC89F. Grayscale: #747474. Windows color (decimal): -706720 or 6305781. OLE color: 6305781.
HSL color Cylindrical-coordinate representation of color #F53760: hue angle of 347.05º 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 #F53760 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 96 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.04 |
| HSL | 347.05º | 0.9% | 0.59% | - |
| HSV(B) | 347.05º | 0.78% | 0.96% | - |
| XYZ | 41.13 | 22.99 | 13.34 | - |
| YUV | 116.48 | 116.45 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 96 | 0 | 0.78 | 0.61 | 0.04 | 347.05 | 0.9 | 0.59 |
| Hex | F5 | 37 | 60 | 0 | 4E | 3D | 4 | 15B | 5A | 3B |
| Octal | 365 | 67 | 140 | 0 | 116 | 75 | 4 | 533 | 132 | 73 |
| Binary | 11110101 | 110111 | 1100000 | 0 | 1001110 | 111101 | 100 | 101011011 | 1011010 | 111011 |
Color Harmonies of #F53760
Complementary color
Monochromatic Colors of #F53760
Black with #F53760
Text Example
Text Example
White with #F53760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53760; }
p { color: rgb(245,55,96); }
H1.HeaderClassName
{
color: #F53760;
}
.AnyTagClassName
{
color: #F53760;
}
</style>
background-color css
<style>
a { background-color: #F53760; }
a { background-color: rgb(245,55,96); }
div.DivClassName
{
background-color: #F53760;
}
.BgClassName
{
background-color: #F53760;
}
</style>
border-color css
<style>
span { border-color: #F53760; }
span { border-color: rgb(245,55,96); }
td.TdClassName
{
border-color: #F53760;
}
.TagClassName
{
border-color: #F53760;
}
</style>