Shades of Radical Red #F53963
Tints of Radical Red #F53963
RGB
CMYK
RGB Variations
Color information
#F53963 (or 0xF53963) is known color: Radical Red. HEX triplet: F5, 39 and 63. RGB value is (245,57,99). Sum of RGB (Red+Green+Blue) = 245+57+99=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F53963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53963 is #0AC69C. Grayscale: #767676. Windows color (decimal): -706205 or 6502901. OLE color: 6502901.
HSL color Cylindrical-coordinate representation of color #F53963: hue angle of 346.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53963 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 99 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.04 |
| HSL | 346.6º | 0.9% | 0.59% | - |
| HSV(B) | 346.6º | 0.77% | 0.96% | - |
| XYZ | 41.37 | 23.24 | 14.11 | - |
| YUV | 118 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 99 | 0 | 0.77 | 0.60 | 0.04 | 346.6 | 0.9 | 0.59 |
| Hex | F5 | 39 | 63 | 0 | 4D | 3C | 4 | 15B | 5A | 3B |
| Octal | 365 | 71 | 143 | 0 | 115 | 74 | 4 | 533 | 132 | 73 |
| Binary | 11110101 | 111001 | 1100011 | 0 | 1001101 | 111100 | 100 | 101011011 | 1011010 | 111011 |
Color Harmonies of #F53963
Complementary color
Monochromatic Colors of #F53963
Black with #F53963
Text Example
Text Example
White with #F53963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53963; }
p { color: rgb(245,57,99); }
H1.HeaderClassName
{
color: #F53963;
}
.AnyTagClassName
{
color: #F53963;
}
</style>
background-color css
<style>
a { background-color: #F53963; }
a { background-color: rgb(245,57,99); }
div.DivClassName
{
background-color: #F53963;
}
.BgClassName
{
background-color: #F53963;
}
</style>
border-color css
<style>
span { border-color: #F53963; }
span { border-color: rgb(245,57,99); }
td.TdClassName
{
border-color: #F53963;
}
.TagClassName
{
border-color: #F53963;
}
</style>