Shades of Radical Red #F53553
Tints of Radical Red #F53553
RGB
CMYK
RGB Variations
Color information
#F53553 (or 0xF53553) is known color: Radical Red. HEX triplet: F5, 35 and 53. RGB value is (245,53,83). Sum of RGB (Red+Green+Blue) = 245+53+83=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F53553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53553 is #0ACAAC. Grayscale: #717171. Windows color (decimal): -707245 or 5453301. OLE color: 5453301.
HSL color Cylindrical-coordinate representation of color #F53553: hue angle of 350.62º 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 #F53553 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 83 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.04 |
| HSL | 350.63º | 0.91% | 0.58% | - |
| HSV(B) | 350.63º | 0.78% | 0.96% | - |
| XYZ | 40.49 | 22.58 | 10.41 | - |
| YUV | 113.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 83 | 0 | 0.78 | 0.66 | 0.04 | 350.63 | 0.91 | 0.58 |
| Hex | F5 | 35 | 53 | 0 | 4E | 42 | 4 | 15F | 5B | 3A |
| Octal | 365 | 65 | 123 | 0 | 116 | 102 | 4 | 537 | 133 | 72 |
| Binary | 11110101 | 110101 | 1010011 | 0 | 1001110 | 1000010 | 100 | 101011111 | 1011011 | 111010 |
Color Harmonies of #F53553
Complementary color
Monochromatic Colors of #F53553
Black with #F53553
Text Example
Text Example
White with #F53553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53553; }
p { color: rgb(245,53,83); }
H1.HeaderClassName
{
color: #F53553;
}
.AnyTagClassName
{
color: #F53553;
}
</style>
background-color css
<style>
a { background-color: #F53553; }
a { background-color: rgb(245,53,83); }
div.DivClassName
{
background-color: #F53553;
}
.BgClassName
{
background-color: #F53553;
}
</style>
border-color css
<style>
span { border-color: #F53553; }
span { border-color: rgb(245,53,83); }
td.TdClassName
{
border-color: #F53553;
}
.TagClassName
{
border-color: #F53553;
}
</style>