Shades of Radical Red #F53970
Tints of Radical Red #F53970
RGB
CMYK
RGB Variations
Color information
#F53970 (or 0xF53970) is known color: Radical Red. HEX triplet: F5, 39 and 70. RGB value is (245,57,112). Sum of RGB (Red+Green+Blue) = 245+57+112=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53970 is #0AC68F. Grayscale: #777777. Windows color (decimal): -706192 or 7354869. OLE color: 7354869.
HSL color Cylindrical-coordinate representation of color #F53970: hue angle of 342.45º 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 #F53970 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 112 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.04 |
| HSL | 342.45º | 0.9% | 0.59% | - |
| HSV(B) | 342.45º | 0.77% | 0.96% | - |
| XYZ | 42.04 | 23.51 | 17.65 | - |
| YUV | 119.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 112 | 0 | 0.77 | 0.54 | 0.04 | 342.45 | 0.9 | 0.59 |
| Hex | F5 | 39 | 70 | 0 | 4D | 36 | 4 | 156 | 5A | 3B |
| Octal | 365 | 71 | 160 | 0 | 115 | 66 | 4 | 526 | 132 | 73 |
| Binary | 11110101 | 111001 | 1110000 | 0 | 1001101 | 110110 | 100 | 101010110 | 1011010 | 111011 |
Color Harmonies of #F53970
Complementary color
Monochromatic Colors of #F53970
Black with #F53970
Text Example
Text Example
White with #F53970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53970; }
p { color: rgb(245,57,112); }
H1.HeaderClassName
{
color: #F53970;
}
.AnyTagClassName
{
color: #F53970;
}
</style>
background-color css
<style>
a { background-color: #F53970; }
a { background-color: rgb(245,57,112); }
div.DivClassName
{
background-color: #F53970;
}
.BgClassName
{
background-color: #F53970;
}
</style>
border-color css
<style>
span { border-color: #F53970; }
span { border-color: rgb(245,57,112); }
td.TdClassName
{
border-color: #F53970;
}
.TagClassName
{
border-color: #F53970;
}
</style>