Shades of Radical Red #F52470
Tints of Radical Red #F52470
RGB
CMYK
RGB Variations
Color information
#F52470 (or 0xF52470) is known color: Radical Red. HEX triplet: F5, 24 and 70. RGB value is (245,36,112). Sum of RGB (Red+Green+Blue) = 245+36+112=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F52470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52470 is #0ADB8F. Grayscale: #6B6B6B. Windows color (decimal): -711568 or 7349493. OLE color: 7349493.
HSL color Cylindrical-coordinate representation of color #F52470: hue angle of 338.18º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52470 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 112 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.04 |
| HSL | 338.18º | 0.91% | 0.55% | - |
| HSV(B) | 338.18º | 0.85% | 0.96% | - |
| XYZ | 41.21 | 21.84 | 17.37 | - |
| YUV | 107.16 | 130.74 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 112 | 0 | 0.85 | 0.54 | 0.04 | 338.18 | 0.91 | 0.55 |
| Hex | F5 | 24 | 70 | 0 | 55 | 36 | 4 | 152 | 5B | 37 |
| Octal | 365 | 44 | 160 | 0 | 125 | 66 | 4 | 522 | 133 | 67 |
| Binary | 11110101 | 100100 | 1110000 | 0 | 1010101 | 110110 | 100 | 101010010 | 1011011 | 110111 |
Color Harmonies of #F52470
Complementary color
Monochromatic Colors of #F52470
Black with #F52470
Text Example
Text Example
White with #F52470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52470; }
p { color: rgb(245,36,112); }
H1.HeaderClassName
{
color: #F52470;
}
.AnyTagClassName
{
color: #F52470;
}
</style>
background-color css
<style>
a { background-color: #F52470; }
a { background-color: rgb(245,36,112); }
div.DivClassName
{
background-color: #F52470;
}
.BgClassName
{
background-color: #F52470;
}
</style>
border-color css
<style>
span { border-color: #F52470; }
span { border-color: rgb(245,36,112); }
td.TdClassName
{
border-color: #F52470;
}
.TagClassName
{
border-color: #F52470;
}
</style>