Shades of Radical Red #F53062
Tints of Radical Red #F53062
RGB
CMYK
RGB Variations
Color information
#F53062 (or 0xF53062) is known color: Radical Red. HEX triplet: F5, 30 and 62. RGB value is (245,48,98). Sum of RGB (Red+Green+Blue) = 245+48+98=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F53062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53062 is #0ACF9D. Grayscale: #707070. Windows color (decimal): -708510 or 6435061. OLE color: 6435061.
HSL color Cylindrical-coordinate representation of color #F53062: hue angle of 344.77º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53062 is Cyan = 0, Magento = 0.80, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 98 | - |
| CMYK | 0 | 0.80 | 0.6 | 0.04 |
| HSL | 344.77º | 0.91% | 0.57% | - |
| HSV(B) | 344.77º | 0.8% | 0.96% | - |
| XYZ | 40.92 | 22.41 | 13.72 | - |
| YUV | 112.6 | 119.77 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 98 | 0 | 0.80 | 0.6 | 0.04 | 344.77 | 0.91 | 0.57 |
| Hex | F5 | 30 | 62 | 0 | 50 | 3C | 4 | 159 | 5B | 39 |
| Octal | 365 | 60 | 142 | 0 | 120 | 74 | 4 | 531 | 133 | 71 |
| Binary | 11110101 | 110000 | 1100010 | 0 | 1010000 | 111100 | 100 | 101011001 | 1011011 | 111001 |
Color Harmonies of #F53062
Complementary color
Monochromatic Colors of #F53062
Black with #F53062
Text Example
Text Example
White with #F53062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53062; }
p { color: rgb(245,48,98); }
H1.HeaderClassName
{
color: #F53062;
}
.AnyTagClassName
{
color: #F53062;
}
</style>
background-color css
<style>
a { background-color: #F53062; }
a { background-color: rgb(245,48,98); }
div.DivClassName
{
background-color: #F53062;
}
.BgClassName
{
background-color: #F53062;
}
</style>
border-color css
<style>
span { border-color: #F53062; }
span { border-color: rgb(245,48,98); }
td.TdClassName
{
border-color: #F53062;
}
.TagClassName
{
border-color: #F53062;
}
</style>