Shades of Radical Red #F53663
Tints of Radical Red #F53663
RGB
CMYK
RGB Variations
Color information
#F53663 (or 0xF53663) is known color: Radical Red. HEX triplet: F5, 36 and 63. RGB value is (245,54,99). Sum of RGB (Red+Green+Blue) = 245+54+99=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53663 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53663 is #0AC99C. Grayscale: #747474. Windows color (decimal): -706973 or 6502133. OLE color: 6502133.
HSL color Cylindrical-coordinate representation of color #F53663: hue angle of 345.86º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53663 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 99 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.04 |
| HSL | 345.86º | 0.91% | 0.59% | - |
| HSV(B) | 345.86º | 0.78% | 0.96% | - |
| XYZ | 41.23 | 22.95 | 14.06 | - |
| YUV | 116.24 | 118.28 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 99 | 0 | 0.78 | 0.60 | 0.04 | 345.86 | 0.91 | 0.59 |
| Hex | F5 | 36 | 63 | 0 | 4E | 3C | 4 | 15A | 5B | 3B |
| Octal | 365 | 66 | 143 | 0 | 116 | 74 | 4 | 532 | 133 | 73 |
| Binary | 11110101 | 110110 | 1100011 | 0 | 1001110 | 111100 | 100 | 101011010 | 1011011 | 111011 |
Color Harmonies of #F53663
Complementary color
Monochromatic Colors of #F53663
Black with #F53663
Text Example
Text Example
White with #F53663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53663; }
p { color: rgb(245,54,99); }
H1.HeaderClassName
{
color: #F53663;
}
.AnyTagClassName
{
color: #F53663;
}
</style>
background-color css
<style>
a { background-color: #F53663; }
a { background-color: rgb(245,54,99); }
div.DivClassName
{
background-color: #F53663;
}
.BgClassName
{
background-color: #F53663;
}
</style>
border-color css
<style>
span { border-color: #F53663; }
span { border-color: rgb(245,54,99); }
td.TdClassName
{
border-color: #F53663;
}
.TagClassName
{
border-color: #F53663;
}
</style>