Shades of Radical Red #F53E5E
Tints of Radical Red #F53E5E
RGB
CMYK
RGB Variations
Color information
#F53E5E (or 0xF53E5E) is known color: Radical Red. HEX triplet: F5, 3E and 5E. RGB value is (245,62,94). Sum of RGB (Red+Green+Blue) = 245+62+94=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53E5E is #0AC1A1. Grayscale: #787878. Windows color (decimal): -704930 or 6176501. OLE color: 6176501.
HSL color Cylindrical-coordinate representation of color #F53E5E: hue angle of 349.51º 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 #F53E5E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 94 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.04 |
| HSL | 349.51º | 0.9% | 0.6% | - |
| HSV(B) | 349.51º | 0.75% | 0.96% | - |
| XYZ | 41.4 | 23.67 | 12.98 | - |
| YUV | 120.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 94 | 0 | 0.75 | 0.62 | 0.04 | 349.51 | 0.9 | 0.6 |
| Hex | F5 | 3E | 5E | 0 | 4B | 3E | 4 | 15E | 5A | 3C |
| Octal | 365 | 76 | 136 | 0 | 113 | 76 | 4 | 536 | 132 | 74 |
| Binary | 11110101 | 111110 | 1011110 | 0 | 1001011 | 111110 | 100 | 101011110 | 1011010 | 111100 |
Color Harmonies of #F53E5E
Complementary color
Monochromatic Colors of #F53E5E
Black with #F53E5E
Text Example
Text Example
White with #F53E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E5E; }
p { color: rgb(245,62,94); }
H1.HeaderClassName
{
color: #F53E5E;
}
.AnyTagClassName
{
color: #F53E5E;
}
</style>
background-color css
<style>
a { background-color: #F53E5E; }
a { background-color: rgb(245,62,94); }
div.DivClassName
{
background-color: #F53E5E;
}
.BgClassName
{
background-color: #F53E5E;
}
</style>
border-color css
<style>
span { border-color: #F53E5E; }
span { border-color: rgb(245,62,94); }
td.TdClassName
{
border-color: #F53E5E;
}
.TagClassName
{
border-color: #F53E5E;
}
</style>