Shades of Radical Red #F53262
Tints of Radical Red #F53262
RGB
CMYK
RGB Variations
Color information
#F53262 (or 0xF53262) is known color: Radical Red. HEX triplet: F5, 32 and 62. RGB value is (245,50,98). Sum of RGB (Red+Green+Blue) = 245+50+98=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F53262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53262 is #0ACD9D. Grayscale: #717171. Windows color (decimal): -707998 or 6435573. OLE color: 6435573.
HSL color Cylindrical-coordinate representation of color #F53262: hue angle of 345.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53262 is Cyan = 0, Magento = 0.80, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 98 | - |
| CMYK | 0 | 0.80 | 0.6 | 0.04 |
| HSL | 345.23º | 0.91% | 0.58% | - |
| HSV(B) | 345.23º | 0.8% | 0.96% | - |
| XYZ | 41 | 22.58 | 13.75 | - |
| YUV | 113.78 | 119.1 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 98 | 0 | 0.80 | 0.6 | 0.04 | 345.23 | 0.91 | 0.58 |
| Hex | F5 | 32 | 62 | 0 | 50 | 3C | 4 | 159 | 5B | 3A |
| Octal | 365 | 62 | 142 | 0 | 120 | 74 | 4 | 531 | 133 | 72 |
| Binary | 11110101 | 110010 | 1100010 | 0 | 1010000 | 111100 | 100 | 101011001 | 1011011 | 111010 |
Color Harmonies of #F53262
Complementary color
Monochromatic Colors of #F53262
Black with #F53262
Text Example
Text Example
White with #F53262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53262; }
p { color: rgb(245,50,98); }
H1.HeaderClassName
{
color: #F53262;
}
.AnyTagClassName
{
color: #F53262;
}
</style>
background-color css
<style>
a { background-color: #F53262; }
a { background-color: rgb(245,50,98); }
div.DivClassName
{
background-color: #F53262;
}
.BgClassName
{
background-color: #F53262;
}
</style>
border-color css
<style>
span { border-color: #F53262; }
span { border-color: rgb(245,50,98); }
td.TdClassName
{
border-color: #F53262;
}
.TagClassName
{
border-color: #F53262;
}
</style>