Shades of Radical Red #F52062
Tints of Radical Red #F52062
RGB
CMYK
RGB Variations
Color information
#F52062 (or 0xF52062) is known color: Radical Red. HEX triplet: F5, 20 and 62. RGB value is (245,32,98). Sum of RGB (Red+Green+Blue) = 245+32+98=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F52062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52062 is #0ADF9D. Grayscale: #676767. Windows color (decimal): -712606 or 6430965. OLE color: 6430965.
HSL color Cylindrical-coordinate representation of color #F52062: hue angle of 341.41º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52062 is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 98 | - |
| CMYK | 0 | 0.87 | 0.6 | 0.04 |
| HSL | 341.41º | 0.91% | 0.54% | - |
| HSV(B) | 341.41º | 0.87% | 0.96% | - |
| XYZ | 40.38 | 21.33 | 13.54 | - |
| YUV | 103.21 | 125.07 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 98 | 0 | 0.87 | 0.6 | 0.04 | 341.41 | 0.91 | 0.54 |
| Hex | F5 | 20 | 62 | 0 | 57 | 3C | 4 | 155 | 5B | 36 |
| Octal | 365 | 40 | 142 | 0 | 127 | 74 | 4 | 525 | 133 | 66 |
| Binary | 11110101 | 100000 | 1100010 | 0 | 1010111 | 111100 | 100 | 101010101 | 1011011 | 110110 |
Color Harmonies of #F52062
Complementary color
Monochromatic Colors of #F52062
Black with #F52062
Text Example
Text Example
White with #F52062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52062; }
p { color: rgb(245,32,98); }
H1.HeaderClassName
{
color: #F52062;
}
.AnyTagClassName
{
color: #F52062;
}
</style>
background-color css
<style>
a { background-color: #F52062; }
a { background-color: rgb(245,32,98); }
div.DivClassName
{
background-color: #F52062;
}
.BgClassName
{
background-color: #F52062;
}
</style>
border-color css
<style>
span { border-color: #F52062; }
span { border-color: rgb(245,32,98); }
td.TdClassName
{
border-color: #F52062;
}
.TagClassName
{
border-color: #F52062;
}
</style>