Shades of Radical Red #F52260
Tints of Radical Red #F52260
RGB
CMYK
RGB Variations
Color information
#F52260 (or 0xF52260) is known color: Radical Red. HEX triplet: F5, 22 and 60. RGB value is (245,34,96). Sum of RGB (Red+Green+Blue) = 245+34+96=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F52260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52260 is #0ADD9F. Grayscale: #686868. Windows color (decimal): -712096 or 6300405. OLE color: 6300405.
HSL color Cylindrical-coordinate representation of color #F52260: hue angle of 342.37º 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 #F52260 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 96 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.04 |
| HSL | 342.37º | 0.91% | 0.55% | - |
| HSV(B) | 342.37º | 0.86% | 0.96% | - |
| XYZ | 40.34 | 21.4 | 13.07 | - |
| YUV | 104.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 96 | 0 | 0.86 | 0.61 | 0.04 | 342.37 | 0.91 | 0.55 |
| Hex | F5 | 22 | 60 | 0 | 56 | 3D | 4 | 156 | 5B | 37 |
| Octal | 365 | 42 | 140 | 0 | 126 | 75 | 4 | 526 | 133 | 67 |
| Binary | 11110101 | 100010 | 1100000 | 0 | 1010110 | 111101 | 100 | 101010110 | 1011011 | 110111 |
Color Harmonies of #F52260
Complementary color
Monochromatic Colors of #F52260
Black with #F52260
Text Example
Text Example
White with #F52260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52260; }
p { color: rgb(245,34,96); }
H1.HeaderClassName
{
color: #F52260;
}
.AnyTagClassName
{
color: #F52260;
}
</style>
background-color css
<style>
a { background-color: #F52260; }
a { background-color: rgb(245,34,96); }
div.DivClassName
{
background-color: #F52260;
}
.BgClassName
{
background-color: #F52260;
}
</style>
border-color css
<style>
span { border-color: #F52260; }
span { border-color: rgb(245,34,96); }
td.TdClassName
{
border-color: #F52260;
}
.TagClassName
{
border-color: #F52260;
}
</style>