Shades of Radical Red #F52262
Tints of Radical Red #F52262
RGB
CMYK
RGB Variations
Color information
#F52262 (or 0xF52262) is known color: Radical Red. HEX triplet: F5, 22 and 62. RGB value is (245,34,98). Sum of RGB (Red+Green+Blue) = 245+34+98=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F52262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52262 is #0ADD9D. Grayscale: #686868. Windows color (decimal): -712094 or 6431477. OLE color: 6431477.
HSL color Cylindrical-coordinate representation of color #F52262: hue angle of 341.8º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52262 is Cyan = 0, Magento = 0.86, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 98 | - |
| CMYK | 0 | 0.86 | 0.6 | 0.04 |
| HSL | 341.8º | 0.91% | 0.55% | - |
| HSV(B) | 341.8º | 0.86% | 0.96% | - |
| XYZ | 40.43 | 21.44 | 13.56 | - |
| YUV | 104.39 | 124.4 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 98 | 0 | 0.86 | 0.6 | 0.04 | 341.8 | 0.91 | 0.55 |
| Hex | F5 | 22 | 62 | 0 | 56 | 3C | 4 | 156 | 5B | 37 |
| Octal | 365 | 42 | 142 | 0 | 126 | 74 | 4 | 526 | 133 | 67 |
| Binary | 11110101 | 100010 | 1100010 | 0 | 1010110 | 111100 | 100 | 101010110 | 1011011 | 110111 |
Color Harmonies of #F52262
Complementary color
Monochromatic Colors of #F52262
Black with #F52262
Text Example
Text Example
White with #F52262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52262; }
p { color: rgb(245,34,98); }
H1.HeaderClassName
{
color: #F52262;
}
.AnyTagClassName
{
color: #F52262;
}
</style>
background-color css
<style>
a { background-color: #F52262; }
a { background-color: rgb(245,34,98); }
div.DivClassName
{
background-color: #F52262;
}
.BgClassName
{
background-color: #F52262;
}
</style>
border-color css
<style>
span { border-color: #F52262; }
span { border-color: rgb(245,34,98); }
td.TdClassName
{
border-color: #F52262;
}
.TagClassName
{
border-color: #F52262;
}
</style>