Shades of Radical Red #F53363
Tints of Radical Red #F53363
RGB
CMYK
RGB Variations
Color information
#F53363 (or 0xF53363) is known color: Radical Red. HEX triplet: F5, 33 and 63. RGB value is (245,51,99). Sum of RGB (Red+Green+Blue) = 245+51+99=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F53363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53363 is #0ACC9C. Grayscale: #727272. Windows color (decimal): -707741 or 6501365. OLE color: 6501365.
HSL color Cylindrical-coordinate representation of color #F53363: hue angle of 345.15º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53363 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 99 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.04 |
| HSL | 345.15º | 0.91% | 0.58% | - |
| HSV(B) | 345.15º | 0.79% | 0.96% | - |
| XYZ | 41.09 | 22.68 | 14.02 | - |
| YUV | 114.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 99 | 0 | 0.79 | 0.60 | 0.04 | 345.15 | 0.91 | 0.58 |
| Hex | F5 | 33 | 63 | 0 | 4F | 3C | 4 | 159 | 5B | 3A |
| Octal | 365 | 63 | 143 | 0 | 117 | 74 | 4 | 531 | 133 | 72 |
| Binary | 11110101 | 110011 | 1100011 | 0 | 1001111 | 111100 | 100 | 101011001 | 1011011 | 111010 |
Color Harmonies of #F53363
Complementary color
Monochromatic Colors of #F53363
Black with #F53363
Text Example
Text Example
White with #F53363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53363; }
p { color: rgb(245,51,99); }
H1.HeaderClassName
{
color: #F53363;
}
.AnyTagClassName
{
color: #F53363;
}
</style>
background-color css
<style>
a { background-color: #F53363; }
a { background-color: rgb(245,51,99); }
div.DivClassName
{
background-color: #F53363;
}
.BgClassName
{
background-color: #F53363;
}
</style>
border-color css
<style>
span { border-color: #F53363; }
span { border-color: rgb(245,51,99); }
td.TdClassName
{
border-color: #F53363;
}
.TagClassName
{
border-color: #F53363;
}
</style>