Shades of Radical Red #F52462
Tints of Radical Red #F52462
RGB
CMYK
RGB Variations
Color information
#F52462 (or 0xF52462) is known color: Radical Red. HEX triplet: F5, 24 and 62. RGB value is (245,36,98). Sum of RGB (Red+Green+Blue) = 245+36+98=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F52462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52462 is #0ADB9D. Grayscale: #696969. Windows color (decimal): -711582 or 6431989. OLE color: 6431989.
HSL color Cylindrical-coordinate representation of color #F52462: hue angle of 342.2º 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 #F52462 is Cyan = 0, Magento = 0.85, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 98 | - |
| CMYK | 0 | 0.85 | 0.6 | 0.04 |
| HSL | 342.2º | 0.91% | 0.55% | - |
| HSV(B) | 342.2º | 0.85% | 0.96% | - |
| XYZ | 40.49 | 21.56 | 13.58 | - |
| YUV | 105.56 | 123.74 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 98 | 0 | 0.85 | 0.6 | 0.04 | 342.2 | 0.91 | 0.55 |
| Hex | F5 | 24 | 62 | 0 | 55 | 3C | 4 | 156 | 5B | 37 |
| Octal | 365 | 44 | 142 | 0 | 125 | 74 | 4 | 526 | 133 | 67 |
| Binary | 11110101 | 100100 | 1100010 | 0 | 1010101 | 111100 | 100 | 101010110 | 1011011 | 110111 |
Color Harmonies of #F52462
Complementary color
Monochromatic Colors of #F52462
Black with #F52462
Text Example
Text Example
White with #F52462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52462; }
p { color: rgb(245,36,98); }
H1.HeaderClassName
{
color: #F52462;
}
.AnyTagClassName
{
color: #F52462;
}
</style>
background-color css
<style>
a { background-color: #F52462; }
a { background-color: rgb(245,36,98); }
div.DivClassName
{
background-color: #F52462;
}
.BgClassName
{
background-color: #F52462;
}
</style>
border-color css
<style>
span { border-color: #F52462; }
span { border-color: rgb(245,36,98); }
td.TdClassName
{
border-color: #F52462;
}
.TagClassName
{
border-color: #F52462;
}
</style>