Shades of Radical Red #F53B60
Tints of Radical Red #F53B60
RGB
CMYK
RGB Variations
Color information
#F53B60 (or 0xF53B60) is known color: Radical Red. HEX triplet: F5, 3B and 60. RGB value is (245,59,96). Sum of RGB (Red+Green+Blue) = 245+59+96=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B60 is #0AC49F. Grayscale: #767676. Windows color (decimal): -705696 or 6306805. OLE color: 6306805.
HSL color Cylindrical-coordinate representation of color #F53B60: hue angle of 348.06º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53B60 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 96 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.04 |
| HSL | 348.06º | 0.9% | 0.6% | - |
| HSV(B) | 348.06º | 0.76% | 0.96% | - |
| XYZ | 41.33 | 23.38 | 13.4 | - |
| YUV | 118.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 96 | 0 | 0.76 | 0.61 | 0.04 | 348.06 | 0.9 | 0.6 |
| Hex | F5 | 3B | 60 | 0 | 4C | 3D | 4 | 15C | 5A | 3C |
| Octal | 365 | 73 | 140 | 0 | 114 | 75 | 4 | 534 | 132 | 74 |
| Binary | 11110101 | 111011 | 1100000 | 0 | 1001100 | 111101 | 100 | 101011100 | 1011010 | 111100 |
Color Harmonies of #F53B60
Complementary color
Monochromatic Colors of #F53B60
Black with #F53B60
Text Example
Text Example
White with #F53B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53B60; }
p { color: rgb(245,59,96); }
H1.HeaderClassName
{
color: #F53B60;
}
.AnyTagClassName
{
color: #F53B60;
}
</style>
background-color css
<style>
a { background-color: #F53B60; }
a { background-color: rgb(245,59,96); }
div.DivClassName
{
background-color: #F53B60;
}
.BgClassName
{
background-color: #F53B60;
}
</style>
border-color css
<style>
span { border-color: #F53B60; }
span { border-color: rgb(245,59,96); }
td.TdClassName
{
border-color: #F53B60;
}
.TagClassName
{
border-color: #F53B60;
}
</style>