Shades of Radical Red #F53E58
Tints of Radical Red #F53E58
RGB
CMYK
RGB Variations
Color information
#F53E58 (or 0xF53E58) is known color: Radical Red. HEX triplet: F5, 3E and 58. RGB value is (245,62,88). Sum of RGB (Red+Green+Blue) = 245+62+88=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53E58 is #0AC1A7. Grayscale: #777777. Windows color (decimal): -704936 or 5783285. OLE color: 5783285.
HSL color Cylindrical-coordinate representation of color #F53E58: hue angle of 351.48º 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 #F53E58 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 88 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.04 |
| HSL | 351.48º | 0.9% | 0.6% | - |
| HSV(B) | 351.48º | 0.75% | 0.96% | - |
| XYZ | 41.14 | 23.56 | 11.61 | - |
| YUV | 119.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 88 | 0 | 0.75 | 0.64 | 0.04 | 351.48 | 0.9 | 0.6 |
| Hex | F5 | 3E | 58 | 0 | 4B | 40 | 4 | 15F | 5A | 3C |
| Octal | 365 | 76 | 130 | 0 | 113 | 100 | 4 | 537 | 132 | 74 |
| Binary | 11110101 | 111110 | 1011000 | 0 | 1001011 | 1000000 | 100 | 101011111 | 1011010 | 111100 |
Color Harmonies of #F53E58
Complementary color
Monochromatic Colors of #F53E58
Black with #F53E58
Text Example
Text Example
White with #F53E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E58; }
p { color: rgb(245,62,88); }
H1.HeaderClassName
{
color: #F53E58;
}
.AnyTagClassName
{
color: #F53E58;
}
</style>
background-color css
<style>
a { background-color: #F53E58; }
a { background-color: rgb(245,62,88); }
div.DivClassName
{
background-color: #F53E58;
}
.BgClassName
{
background-color: #F53E58;
}
</style>
border-color css
<style>
span { border-color: #F53E58; }
span { border-color: rgb(245,62,88); }
td.TdClassName
{
border-color: #F53E58;
}
.TagClassName
{
border-color: #F53E58;
}
</style>