Shades of Radical Red #F53E55
Tints of Radical Red #F53E55
RGB
CMYK
RGB Variations
Color information
#F53E55 (or 0xF53E55) is known color: Radical Red. HEX triplet: F5, 3E and 55. RGB value is (245,62,85). Sum of RGB (Red+Green+Blue) = 245+62+85=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53E55 is #0AC1AA. Grayscale: #777777. Windows color (decimal): -704939 or 5586677. OLE color: 5586677.
HSL color Cylindrical-coordinate representation of color #F53E55: hue angle of 352.46º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53E55 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 85 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.04 |
| HSL | 352.46º | 0.9% | 0.6% | - |
| HSV(B) | 352.46º | 0.75% | 0.96% | - |
| XYZ | 41.02 | 23.51 | 10.97 | - |
| YUV | 119.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 85 | 0 | 0.75 | 0.65 | 0.04 | 352.46 | 0.9 | 0.6 |
| Hex | F5 | 3E | 55 | 0 | 4B | 41 | 4 | 160 | 5A | 3C |
| Octal | 365 | 76 | 125 | 0 | 113 | 101 | 4 | 540 | 132 | 74 |
| Binary | 11110101 | 111110 | 1010101 | 0 | 1001011 | 1000001 | 100 | 101100000 | 1011010 | 111100 |
Color Harmonies of #F53E55
Complementary color
Monochromatic Colors of #F53E55
Black with #F53E55
Text Example
Text Example
White with #F53E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E55; }
p { color: rgb(245,62,85); }
H1.HeaderClassName
{
color: #F53E55;
}
.AnyTagClassName
{
color: #F53E55;
}
</style>
background-color css
<style>
a { background-color: #F53E55; }
a { background-color: rgb(245,62,85); }
div.DivClassName
{
background-color: #F53E55;
}
.BgClassName
{
background-color: #F53E55;
}
</style>
border-color css
<style>
span { border-color: #F53E55; }
span { border-color: rgb(245,62,85); }
td.TdClassName
{
border-color: #F53E55;
}
.TagClassName
{
border-color: #F53E55;
}
</style>