Shades of Radical Red #F53163
Tints of Radical Red #F53163
RGB
CMYK
RGB Variations
Color information
#F53163 (or 0xF53163) is known color: Radical Red. HEX triplet: F5, 31 and 63. RGB value is (245,49,99). Sum of RGB (Red+Green+Blue) = 245+49+99=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F53163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53163 is #0ACE9C. Grayscale: #717171. Windows color (decimal): -708253 or 6500853. OLE color: 6500853.
HSL color Cylindrical-coordinate representation of color #F53163: hue angle of 344.69º 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 #F53163 is Cyan = 0, Magento = 0.8, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 99 | - |
| CMYK | 0 | 0.8 | 0.60 | 0.04 |
| HSL | 344.69º | 0.91% | 0.58% | - |
| HSV(B) | 344.69º | 0.8% | 0.96% | - |
| XYZ | 41.01 | 22.51 | 13.99 | - |
| YUV | 113.3 | 119.93 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 99 | 0 | 0.8 | 0.60 | 0.04 | 344.69 | 0.91 | 0.58 |
| Hex | F5 | 31 | 63 | 0 | 50 | 3C | 4 | 159 | 5B | 3A |
| Octal | 365 | 61 | 143 | 0 | 120 | 74 | 4 | 531 | 133 | 72 |
| Binary | 11110101 | 110001 | 1100011 | 0 | 1010000 | 111100 | 100 | 101011001 | 1011011 | 111010 |
Color Harmonies of #F53163
Complementary color
Monochromatic Colors of #F53163
Black with #F53163
Text Example
Text Example
White with #F53163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53163; }
p { color: rgb(245,49,99); }
H1.HeaderClassName
{
color: #F53163;
}
.AnyTagClassName
{
color: #F53163;
}
</style>
background-color css
<style>
a { background-color: #F53163; }
a { background-color: rgb(245,49,99); }
div.DivClassName
{
background-color: #F53163;
}
.BgClassName
{
background-color: #F53163;
}
</style>
border-color css
<style>
span { border-color: #F53163; }
span { border-color: rgb(245,49,99); }
td.TdClassName
{
border-color: #F53163;
}
.TagClassName
{
border-color: #F53163;
}
</style>