Shades of Radical Red #F53763
Tints of Radical Red #F53763
RGB
CMYK
RGB Variations
Color information
#F53763 (or 0xF53763) is known color: Radical Red. HEX triplet: F5, 37 and 63. RGB value is (245,55,99). Sum of RGB (Red+Green+Blue) = 245+55+99=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F53763 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53763 is #0AC89C. Grayscale: #747474. Windows color (decimal): -706717 or 6502389. OLE color: 6502389.
HSL color Cylindrical-coordinate representation of color #F53763: hue angle of 346.11º degrees, saturation: 0.9, 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 #F53763 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 99 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.04 |
| HSL | 346.11º | 0.9% | 0.59% | - |
| HSV(B) | 346.11º | 0.78% | 0.96% | - |
| XYZ | 41.27 | 23.05 | 14.08 | - |
| YUV | 116.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 99 | 0 | 0.78 | 0.60 | 0.04 | 346.11 | 0.9 | 0.59 |
| Hex | F5 | 37 | 63 | 0 | 4E | 3C | 4 | 15A | 5A | 3B |
| Octal | 365 | 67 | 143 | 0 | 116 | 74 | 4 | 532 | 132 | 73 |
| Binary | 11110101 | 110111 | 1100011 | 0 | 1001110 | 111100 | 100 | 101011010 | 1011010 | 111011 |
Color Harmonies of #F53763
Complementary color
Monochromatic Colors of #F53763
Black with #F53763
Text Example
Text Example
White with #F53763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53763; }
p { color: rgb(245,55,99); }
H1.HeaderClassName
{
color: #F53763;
}
.AnyTagClassName
{
color: #F53763;
}
</style>
background-color css
<style>
a { background-color: #F53763; }
a { background-color: rgb(245,55,99); }
div.DivClassName
{
background-color: #F53763;
}
.BgClassName
{
background-color: #F53763;
}
</style>
border-color css
<style>
span { border-color: #F53763; }
span { border-color: rgb(245,55,99); }
td.TdClassName
{
border-color: #F53763;
}
.TagClassName
{
border-color: #F53763;
}
</style>