Shades of Radical Red #F53555
Tints of Radical Red #F53555
RGB
CMYK
RGB Variations
Color information
#F53555 (or 0xF53555) is known color: Radical Red. HEX triplet: F5, 35 and 55. RGB value is (245,53,85). Sum of RGB (Red+Green+Blue) = 245+53+85=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F53555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53555 is #0ACAAA. Grayscale: #727272. Windows color (decimal): -707243 or 5584373. OLE color: 5584373.
HSL color Cylindrical-coordinate representation of color #F53555: hue angle of 350º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53555 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 85 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.04 |
| HSL | 350º | 0.91% | 0.58% | - |
| HSV(B) | 350º | 0.78% | 0.96% | - |
| XYZ | 40.57 | 22.61 | 10.82 | - |
| YUV | 114.06 | 111.61 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 85 | 0 | 0.78 | 0.65 | 0.04 | 350 | 0.91 | 0.58 |
| Hex | F5 | 35 | 55 | 0 | 4E | 41 | 4 | 15E | 5B | 3A |
| Octal | 365 | 65 | 125 | 0 | 116 | 101 | 4 | 536 | 133 | 72 |
| Binary | 11110101 | 110101 | 1010101 | 0 | 1001110 | 1000001 | 100 | 101011110 | 1011011 | 111010 |
Color Harmonies of #F53555
Complementary color
Monochromatic Colors of #F53555
Black with #F53555
Text Example
Text Example
White with #F53555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53555; }
p { color: rgb(245,53,85); }
H1.HeaderClassName
{
color: #F53555;
}
.AnyTagClassName
{
color: #F53555;
}
</style>
background-color css
<style>
a { background-color: #F53555; }
a { background-color: rgb(245,53,85); }
div.DivClassName
{
background-color: #F53555;
}
.BgClassName
{
background-color: #F53555;
}
</style>
border-color css
<style>
span { border-color: #F53555; }
span { border-color: rgb(245,53,85); }
td.TdClassName
{
border-color: #F53555;
}
.TagClassName
{
border-color: #F53555;
}
</style>