Shades of Radical Red #F53753
Tints of Radical Red #F53753
RGB
CMYK
RGB Variations
Color information
#F53753 (or 0xF53753) is known color: Radical Red. HEX triplet: F5, 37 and 53. RGB value is (245,55,83). Sum of RGB (Red+Green+Blue) = 245+55+83=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F53753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53753 is #0AC8AC. Grayscale: #737373. Windows color (decimal): -706733 or 5453813. OLE color: 5453813.
HSL color Cylindrical-coordinate representation of color #F53753: hue angle of 351.16º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53753 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 83 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.04 |
| HSL | 351.16º | 0.9% | 0.59% | - |
| HSV(B) | 351.16º | 0.78% | 0.96% | - |
| XYZ | 40.58 | 22.77 | 10.44 | - |
| YUV | 115 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 83 | 0 | 0.78 | 0.66 | 0.04 | 351.16 | 0.9 | 0.59 |
| Hex | F5 | 37 | 53 | 0 | 4E | 42 | 4 | 15F | 5A | 3B |
| Octal | 365 | 67 | 123 | 0 | 116 | 102 | 4 | 537 | 132 | 73 |
| Binary | 11110101 | 110111 | 1010011 | 0 | 1001110 | 1000010 | 100 | 101011111 | 1011010 | 111011 |
Color Harmonies of #F53753
Complementary color
Monochromatic Colors of #F53753
Black with #F53753
Text Example
Text Example
White with #F53753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53753; }
p { color: rgb(245,55,83); }
H1.HeaderClassName
{
color: #F53753;
}
.AnyTagClassName
{
color: #F53753;
}
</style>
background-color css
<style>
a { background-color: #F53753; }
a { background-color: rgb(245,55,83); }
div.DivClassName
{
background-color: #F53753;
}
.BgClassName
{
background-color: #F53753;
}
</style>
border-color css
<style>
span { border-color: #F53753; }
span { border-color: rgb(245,55,83); }
td.TdClassName
{
border-color: #F53753;
}
.TagClassName
{
border-color: #F53753;
}
</style>