Shades of Radical Red #F53860
Tints of Radical Red #F53860
RGB
CMYK
RGB Variations
Color information
#F53860 (or 0xF53860) is known color: Radical Red. HEX triplet: F5, 38 and 60. RGB value is (245,56,96). Sum of RGB (Red+Green+Blue) = 245+56+96=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F53860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53860 is #0AC79F. Grayscale: #757575. Windows color (decimal): -706464 or 6306037. OLE color: 6306037.
HSL color Cylindrical-coordinate representation of color #F53860: hue angle of 347.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53860 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 96 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.04 |
| HSL | 347.3º | 0.9% | 0.59% | - |
| HSV(B) | 347.3º | 0.77% | 0.96% | - |
| XYZ | 41.18 | 23.09 | 13.35 | - |
| YUV | 117.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 96 | 0 | 0.77 | 0.61 | 0.04 | 347.3 | 0.9 | 0.59 |
| Hex | F5 | 38 | 60 | 0 | 4D | 3D | 4 | 15B | 5A | 3B |
| Octal | 365 | 70 | 140 | 0 | 115 | 75 | 4 | 533 | 132 | 73 |
| Binary | 11110101 | 111000 | 1100000 | 0 | 1001101 | 111101 | 100 | 101011011 | 1011010 | 111011 |
Color Harmonies of #F53860
Complementary color
Monochromatic Colors of #F53860
Black with #F53860
Text Example
Text Example
White with #F53860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53860; }
p { color: rgb(245,56,96); }
H1.HeaderClassName
{
color: #F53860;
}
.AnyTagClassName
{
color: #F53860;
}
</style>
background-color css
<style>
a { background-color: #F53860; }
a { background-color: rgb(245,56,96); }
div.DivClassName
{
background-color: #F53860;
}
.BgClassName
{
background-color: #F53860;
}
</style>
border-color css
<style>
span { border-color: #F53860; }
span { border-color: rgb(245,56,96); }
td.TdClassName
{
border-color: #F53860;
}
.TagClassName
{
border-color: #F53860;
}
</style>