Shades of Radical Red #F53359
Tints of Radical Red #F53359
RGB
CMYK
RGB Variations
Color information
#F53359 (or 0xF53359) is known color: Radical Red. HEX triplet: F5, 33 and 59. RGB value is (245,51,89). Sum of RGB (Red+Green+Blue) = 245+51+89=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F53359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53359 is #0ACCA6. Grayscale: #717171. Windows color (decimal): -707751 or 5846005. OLE color: 5846005.
HSL color Cylindrical-coordinate representation of color #F53359: hue angle of 348.25º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53359 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 89 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.04 |
| HSL | 348.25º | 0.91% | 0.58% | - |
| HSV(B) | 348.25º | 0.79% | 0.96% | - |
| XYZ | 40.64 | 22.5 | 11.65 | - |
| YUV | 113.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 89 | 0 | 0.79 | 0.64 | 0.04 | 348.25 | 0.91 | 0.58 |
| Hex | F5 | 33 | 59 | 0 | 4F | 40 | 4 | 15C | 5B | 3A |
| Octal | 365 | 63 | 131 | 0 | 117 | 100 | 4 | 534 | 133 | 72 |
| Binary | 11110101 | 110011 | 1011001 | 0 | 1001111 | 1000000 | 100 | 101011100 | 1011011 | 111010 |
Color Harmonies of #F53359
Complementary color
Monochromatic Colors of #F53359
Black with #F53359
Text Example
Text Example
White with #F53359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53359; }
p { color: rgb(245,51,89); }
H1.HeaderClassName
{
color: #F53359;
}
.AnyTagClassName
{
color: #F53359;
}
</style>
background-color css
<style>
a { background-color: #F53359; }
a { background-color: rgb(245,51,89); }
div.DivClassName
{
background-color: #F53359;
}
.BgClassName
{
background-color: #F53359;
}
</style>
border-color css
<style>
span { border-color: #F53359; }
span { border-color: rgb(245,51,89); }
td.TdClassName
{
border-color: #F53359;
}
.TagClassName
{
border-color: #F53359;
}
</style>