Shades of Radical Red #F52D71
Tints of Radical Red #F52D71
RGB
CMYK
RGB Variations
Color information
#F52D71 (or 0xF52D71) is known color: Radical Red. HEX triplet: F5, 2D and 71. RGB value is (245,45,113). Sum of RGB (Red+Green+Blue) = 245+45+113=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52D71 is #0AD28E. Grayscale: #707070. Windows color (decimal): -709263 or 7417333. OLE color: 7417333.
HSL color Cylindrical-coordinate representation of color #F52D71: hue angle of 339.6º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52D71 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 113 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.04 |
| HSL | 339.6º | 0.91% | 0.57% | - |
| HSV(B) | 339.6º | 0.82% | 0.96% | - |
| XYZ | 41.58 | 22.48 | 17.77 | - |
| YUV | 112.55 | 128.26 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 113 | 0 | 0.82 | 0.54 | 0.04 | 339.6 | 0.91 | 0.57 |
| Hex | F5 | 2D | 71 | 0 | 52 | 36 | 4 | 154 | 5B | 39 |
| Octal | 365 | 55 | 161 | 0 | 122 | 66 | 4 | 524 | 133 | 71 |
| Binary | 11110101 | 101101 | 1110001 | 0 | 1010010 | 110110 | 100 | 101010100 | 1011011 | 111001 |
Color Harmonies of #F52D71
Complementary color
Monochromatic Colors of #F52D71
Black with #F52D71
Text Example
Text Example
White with #F52D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52D71; }
p { color: rgb(245,45,113); }
H1.HeaderClassName
{
color: #F52D71;
}
.AnyTagClassName
{
color: #F52D71;
}
</style>
background-color css
<style>
a { background-color: #F52D71; }
a { background-color: rgb(245,45,113); }
div.DivClassName
{
background-color: #F52D71;
}
.BgClassName
{
background-color: #F52D71;
}
</style>
border-color css
<style>
span { border-color: #F52D71; }
span { border-color: rgb(245,45,113); }
td.TdClassName
{
border-color: #F52D71;
}
.TagClassName
{
border-color: #F52D71;
}
</style>