Shades of Radical Red #F53872
Tints of Radical Red #F53872
RGB
CMYK
RGB Variations
Color information
#F53872 (or 0xF53872) is known color: Radical Red. HEX triplet: F5, 38 and 72. RGB value is (245,56,114). Sum of RGB (Red+Green+Blue) = 245+56+114=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F53872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53872 is #0AC78D. Grayscale: #777777. Windows color (decimal): -706446 or 7485685. OLE color: 7485685.
HSL color Cylindrical-coordinate representation of color #F53872: hue angle of 341.59º 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 #F53872 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 114 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.04 |
| HSL | 341.59º | 0.9% | 0.59% | - |
| HSV(B) | 341.59º | 0.77% | 0.96% | - |
| XYZ | 42.11 | 23.46 | 18.23 | - |
| YUV | 119.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 114 | 0 | 0.77 | 0.53 | 0.04 | 341.59 | 0.9 | 0.59 |
| Hex | F5 | 38 | 72 | 0 | 4D | 35 | 4 | 156 | 5A | 3B |
| Octal | 365 | 70 | 162 | 0 | 115 | 65 | 4 | 526 | 132 | 73 |
| Binary | 11110101 | 111000 | 1110010 | 0 | 1001101 | 110101 | 100 | 101010110 | 1011010 | 111011 |
Color Harmonies of #F53872
Complementary color
Monochromatic Colors of #F53872
Black with #F53872
Text Example
Text Example
White with #F53872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53872; }
p { color: rgb(245,56,114); }
H1.HeaderClassName
{
color: #F53872;
}
.AnyTagClassName
{
color: #F53872;
}
</style>
background-color css
<style>
a { background-color: #F53872; }
a { background-color: rgb(245,56,114); }
div.DivClassName
{
background-color: #F53872;
}
.BgClassName
{
background-color: #F53872;
}
</style>
border-color css
<style>
span { border-color: #F53872; }
span { border-color: rgb(245,56,114); }
td.TdClassName
{
border-color: #F53872;
}
.TagClassName
{
border-color: #F53872;
}
</style>