Shades of Radical Red #F52973
Tints of Radical Red #F52973
RGB
CMYK
RGB Variations
Color information
#F52973 (or 0xF52973) is known color: Radical Red. HEX triplet: F5, 29 and 73. RGB value is (245,41,115). Sum of RGB (Red+Green+Blue) = 245+41+115=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F52973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52973 is #0AD68C. Grayscale: #6E6E6E. Windows color (decimal): -710285 or 7547381. OLE color: 7547381.
HSL color Cylindrical-coordinate representation of color #F52973: hue angle of 338.24º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52973 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 115 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.04 |
| HSL | 338.24º | 0.91% | 0.56% | - |
| HSV(B) | 338.24º | 0.83% | 0.96% | - |
| XYZ | 41.54 | 22.24 | 18.32 | - |
| YUV | 110.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 115 | 0 | 0.83 | 0.53 | 0.04 | 338.24 | 0.91 | 0.56 |
| Hex | F5 | 29 | 73 | 0 | 53 | 35 | 4 | 152 | 5B | 38 |
| Octal | 365 | 51 | 163 | 0 | 123 | 65 | 4 | 522 | 133 | 70 |
| Binary | 11110101 | 101001 | 1110011 | 0 | 1010011 | 110101 | 100 | 101010010 | 1011011 | 111000 |
Color Harmonies of #F52973
Complementary color
Monochromatic Colors of #F52973
Black with #F52973
Text Example
Text Example
White with #F52973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52973; }
p { color: rgb(245,41,115); }
H1.HeaderClassName
{
color: #F52973;
}
.AnyTagClassName
{
color: #F52973;
}
</style>
background-color css
<style>
a { background-color: #F52973; }
a { background-color: rgb(245,41,115); }
div.DivClassName
{
background-color: #F52973;
}
.BgClassName
{
background-color: #F52973;
}
</style>
border-color css
<style>
span { border-color: #F52973; }
span { border-color: rgb(245,41,115); }
td.TdClassName
{
border-color: #F52973;
}
.TagClassName
{
border-color: #F52973;
}
</style>