Shades of Radical Red #F53173
Tints of Radical Red #F53173
RGB
CMYK
RGB Variations
Color information
#F53173 (or 0xF53173) is known color: Radical Red. HEX triplet: F5, 31 and 73. RGB value is (245,49,115). Sum of RGB (Red+Green+Blue) = 245+49+115=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F53173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53173 is #0ACE8C. Grayscale: #737373. Windows color (decimal): -708237 or 7549429. OLE color: 7549429.
HSL color Cylindrical-coordinate representation of color #F53173: hue angle of 339.8º 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 #F53173 is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 115 | - |
| CMYK | 0 | 0.8 | 0.53 | 0.04 |
| HSL | 339.8º | 0.91% | 0.58% | - |
| HSV(B) | 339.8º | 0.8% | 0.96% | - |
| XYZ | 41.85 | 22.85 | 18.42 | - |
| YUV | 115.13 | 127.93 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 115 | 0 | 0.8 | 0.53 | 0.04 | 339.8 | 0.91 | 0.58 |
| Hex | F5 | 31 | 73 | 0 | 50 | 35 | 4 | 154 | 5B | 3A |
| Octal | 365 | 61 | 163 | 0 | 120 | 65 | 4 | 524 | 133 | 72 |
| Binary | 11110101 | 110001 | 1110011 | 0 | 1010000 | 110101 | 100 | 101010100 | 1011011 | 111010 |
Color Harmonies of #F53173
Complementary color
Monochromatic Colors of #F53173
Black with #F53173
Text Example
Text Example
White with #F53173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53173; }
p { color: rgb(245,49,115); }
H1.HeaderClassName
{
color: #F53173;
}
.AnyTagClassName
{
color: #F53173;
}
</style>
background-color css
<style>
a { background-color: #F53173; }
a { background-color: rgb(245,49,115); }
div.DivClassName
{
background-color: #F53173;
}
.BgClassName
{
background-color: #F53173;
}
</style>
border-color css
<style>
span { border-color: #F53173; }
span { border-color: rgb(245,49,115); }
td.TdClassName
{
border-color: #F53173;
}
.TagClassName
{
border-color: #F53173;
}
</style>