Shades of Radical Red #F53772
Tints of Radical Red #F53772
RGB
CMYK
RGB Variations
Color information
#F53772 (or 0xF53772) is known color: Radical Red. HEX triplet: F5, 37 and 72. RGB value is (245,55,114). Sum of RGB (Red+Green+Blue) = 245+55+114=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53772 is #0AC88D. Grayscale: #767676. Windows color (decimal): -706702 or 7485429. OLE color: 7485429.
HSL color Cylindrical-coordinate representation of color #F53772: hue angle of 341.37º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53772 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 114 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.04 |
| HSL | 341.37º | 0.9% | 0.59% | - |
| HSV(B) | 341.37º | 0.78% | 0.96% | - |
| XYZ | 42.06 | 23.36 | 18.21 | - |
| YUV | 118.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 114 | 0 | 0.78 | 0.53 | 0.04 | 341.37 | 0.9 | 0.59 |
| Hex | F5 | 37 | 72 | 0 | 4E | 35 | 4 | 155 | 5A | 3B |
| Octal | 365 | 67 | 162 | 0 | 116 | 65 | 4 | 525 | 132 | 73 |
| Binary | 11110101 | 110111 | 1110010 | 0 | 1001110 | 110101 | 100 | 101010101 | 1011010 | 111011 |
Color Harmonies of #F53772
Complementary color
Monochromatic Colors of #F53772
Black with #F53772
Text Example
Text Example
White with #F53772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53772; }
p { color: rgb(245,55,114); }
H1.HeaderClassName
{
color: #F53772;
}
.AnyTagClassName
{
color: #F53772;
}
</style>
background-color css
<style>
a { background-color: #F53772; }
a { background-color: rgb(245,55,114); }
div.DivClassName
{
background-color: #F53772;
}
.BgClassName
{
background-color: #F53772;
}
</style>
border-color css
<style>
span { border-color: #F53772; }
span { border-color: rgb(245,55,114); }
td.TdClassName
{
border-color: #F53772;
}
.TagClassName
{
border-color: #F53772;
}
</style>