Shades of Radical Red #F53A5E
Tints of Radical Red #F53A5E
RGB
CMYK
RGB Variations
Color information
#F53A5E (or 0xF53A5E) is known color: Radical Red. HEX triplet: F5, 3A and 5E. RGB value is (245,58,94). Sum of RGB (Red+Green+Blue) = 245+58+94=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A5E is #0AC5A1. Grayscale: #767676. Windows color (decimal): -705954 or 6175477. OLE color: 6175477.
HSL color Cylindrical-coordinate representation of color #F53A5E: hue angle of 348.45º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53A5E is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 94 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.04 |
| HSL | 348.45º | 0.9% | 0.59% | - |
| HSV(B) | 348.45º | 0.76% | 0.96% | - |
| XYZ | 41.19 | 23.25 | 12.91 | - |
| YUV | 118.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 94 | 0 | 0.76 | 0.62 | 0.04 | 348.45 | 0.9 | 0.59 |
| Hex | F5 | 3A | 5E | 0 | 4C | 3E | 4 | 15C | 5A | 3B |
| Octal | 365 | 72 | 136 | 0 | 114 | 76 | 4 | 534 | 132 | 73 |
| Binary | 11110101 | 111010 | 1011110 | 0 | 1001100 | 111110 | 100 | 101011100 | 1011010 | 111011 |
Color Harmonies of #F53A5E
Complementary color
Monochromatic Colors of #F53A5E
Black with #F53A5E
Text Example
Text Example
White with #F53A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53A5E; }
p { color: rgb(245,58,94); }
H1.HeaderClassName
{
color: #F53A5E;
}
.AnyTagClassName
{
color: #F53A5E;
}
</style>
background-color css
<style>
a { background-color: #F53A5E; }
a { background-color: rgb(245,58,94); }
div.DivClassName
{
background-color: #F53A5E;
}
.BgClassName
{
background-color: #F53A5E;
}
</style>
border-color css
<style>
span { border-color: #F53A5E; }
span { border-color: rgb(245,58,94); }
td.TdClassName
{
border-color: #F53A5E;
}
.TagClassName
{
border-color: #F53A5E;
}
</style>