Shades of Radical Red #F53559
Tints of Radical Red #F53559
RGB
CMYK
RGB Variations
Color information
#F53559 (or 0xF53559) is known color: Radical Red. HEX triplet: F5, 35 and 59. RGB value is (245,53,89). Sum of RGB (Red+Green+Blue) = 245+53+89=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F53559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53559 is #0ACAA6. Grayscale: #727272. Windows color (decimal): -707239 or 5846517. OLE color: 5846517.
HSL color Cylindrical-coordinate representation of color #F53559: hue angle of 348.75º 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 #F53559 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 89 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.04 |
| HSL | 348.75º | 0.91% | 0.58% | - |
| HSV(B) | 348.75º | 0.78% | 0.96% | - |
| XYZ | 40.73 | 22.68 | 11.68 | - |
| YUV | 114.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 89 | 0 | 0.78 | 0.64 | 0.04 | 348.75 | 0.91 | 0.58 |
| Hex | F5 | 35 | 59 | 0 | 4E | 40 | 4 | 15D | 5B | 3A |
| Octal | 365 | 65 | 131 | 0 | 116 | 100 | 4 | 535 | 133 | 72 |
| Binary | 11110101 | 110101 | 1011001 | 0 | 1001110 | 1000000 | 100 | 101011101 | 1011011 | 111010 |
Color Harmonies of #F53559
Complementary color
Monochromatic Colors of #F53559
Black with #F53559
Text Example
Text Example
White with #F53559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53559; }
p { color: rgb(245,53,89); }
H1.HeaderClassName
{
color: #F53559;
}
.AnyTagClassName
{
color: #F53559;
}
</style>
background-color css
<style>
a { background-color: #F53559; }
a { background-color: rgb(245,53,89); }
div.DivClassName
{
background-color: #F53559;
}
.BgClassName
{
background-color: #F53559;
}
</style>
border-color css
<style>
span { border-color: #F53559; }
span { border-color: rgb(245,53,89); }
td.TdClassName
{
border-color: #F53559;
}
.TagClassName
{
border-color: #F53559;
}
</style>