Shades of Radical Red #F52C70
Tints of Radical Red #F52C70
RGB
CMYK
RGB Variations
Color information
#F52C70 (or 0xF52C70) is known color: Radical Red. HEX triplet: F5, 2C and 70. RGB value is (245,44,112). Sum of RGB (Red+Green+Blue) = 245+44+112=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52C70 is #0AD38F. Grayscale: #6F6F6F. Windows color (decimal): -709520 or 7351541. OLE color: 7351541.
HSL color Cylindrical-coordinate representation of color #F52C70: hue angle of 339.7º 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 #F52C70 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 112 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.04 |
| HSL | 339.7º | 0.91% | 0.57% | - |
| HSV(B) | 339.7º | 0.82% | 0.96% | - |
| XYZ | 41.48 | 22.38 | 17.46 | - |
| YUV | 111.85 | 128.09 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 112 | 0 | 0.82 | 0.54 | 0.04 | 339.7 | 0.91 | 0.57 |
| Hex | F5 | 2C | 70 | 0 | 52 | 36 | 4 | 154 | 5B | 39 |
| Octal | 365 | 54 | 160 | 0 | 122 | 66 | 4 | 524 | 133 | 71 |
| Binary | 11110101 | 101100 | 1110000 | 0 | 1010010 | 110110 | 100 | 101010100 | 1011011 | 111001 |
Color Harmonies of #F52C70
Complementary color
Monochromatic Colors of #F52C70
Black with #F52C70
Text Example
Text Example
White with #F52C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C70; }
p { color: rgb(245,44,112); }
H1.HeaderClassName
{
color: #F52C70;
}
.AnyTagClassName
{
color: #F52C70;
}
</style>
background-color css
<style>
a { background-color: #F52C70; }
a { background-color: rgb(245,44,112); }
div.DivClassName
{
background-color: #F52C70;
}
.BgClassName
{
background-color: #F52C70;
}
</style>
border-color css
<style>
span { border-color: #F52C70; }
span { border-color: rgb(245,44,112); }
td.TdClassName
{
border-color: #F52C70;
}
.TagClassName
{
border-color: #F52C70;
}
</style>