Shades of Radical Red #F53972
Tints of Radical Red #F53972
RGB
CMYK
RGB Variations
Color information
#F53972 (or 0xF53972) is known color: Radical Red. HEX triplet: F5, 39 and 72. RGB value is (245,57,114). Sum of RGB (Red+Green+Blue) = 245+57+114=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F53972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53972 is #0AC68D. Grayscale: #777777. Windows color (decimal): -706190 or 7485941. OLE color: 7485941.
HSL color Cylindrical-coordinate representation of color #F53972: hue angle of 341.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53972 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 114 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.04 |
| HSL | 341.81º | 0.9% | 0.59% | - |
| HSV(B) | 341.81º | 0.77% | 0.96% | - |
| XYZ | 42.16 | 23.55 | 18.24 | - |
| YUV | 119.71 | 124.78 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 114 | 0 | 0.77 | 0.53 | 0.04 | 341.81 | 0.9 | 0.59 |
| Hex | F5 | 39 | 72 | 0 | 4D | 35 | 4 | 156 | 5A | 3B |
| Octal | 365 | 71 | 162 | 0 | 115 | 65 | 4 | 526 | 132 | 73 |
| Binary | 11110101 | 111001 | 1110010 | 0 | 1001101 | 110101 | 100 | 101010110 | 1011010 | 111011 |
Color Harmonies of #F53972
Complementary color
Monochromatic Colors of #F53972
Black with #F53972
Text Example
Text Example
White with #F53972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53972; }
p { color: rgb(245,57,114); }
H1.HeaderClassName
{
color: #F53972;
}
.AnyTagClassName
{
color: #F53972;
}
</style>
background-color css
<style>
a { background-color: #F53972; }
a { background-color: rgb(245,57,114); }
div.DivClassName
{
background-color: #F53972;
}
.BgClassName
{
background-color: #F53972;
}
</style>
border-color css
<style>
span { border-color: #F53972; }
span { border-color: rgb(245,57,114); }
td.TdClassName
{
border-color: #F53972;
}
.TagClassName
{
border-color: #F53972;
}
</style>