Shades of Radical Red #F54563
Tints of Radical Red #F54563
RGB
CMYK
RGB Variations
Color information
#F54563 (or 0xF54563) is known color: Radical Red. HEX triplet: F5, 45 and 63. RGB value is (245,69,99). Sum of RGB (Red+Green+Blue) = 245+69+99=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F54563 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54563 is #0ABA9C. Grayscale: #7D7D7D. Windows color (decimal): -703133 or 6505973. OLE color: 6505973.
HSL color Cylindrical-coordinate representation of color #F54563: hue angle of 349.77º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54563 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 99 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.04 |
| HSL | 349.77º | 0.9% | 0.62% | - |
| HSV(B) | 349.77º | 0.72% | 0.96% | - |
| XYZ | 42.04 | 24.57 | 14.33 | - |
| YUV | 125.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 99 | 0 | 0.72 | 0.60 | 0.04 | 349.77 | 0.9 | 0.62 |
| Hex | F5 | 45 | 63 | 0 | 48 | 3C | 4 | 15E | 5A | 3E |
| Octal | 365 | 105 | 143 | 0 | 110 | 74 | 4 | 536 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1100011 | 0 | 1001000 | 111100 | 100 | 101011110 | 1011010 | 111110 |
Color Harmonies of #F54563
Complementary color
Monochromatic Colors of #F54563
Black with #F54563
Text Example
Text Example
White with #F54563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54563; }
p { color: rgb(245,69,99); }
H1.HeaderClassName
{
color: #F54563;
}
.AnyTagClassName
{
color: #F54563;
}
</style>
background-color css
<style>
a { background-color: #F54563; }
a { background-color: rgb(245,69,99); }
div.DivClassName
{
background-color: #F54563;
}
.BgClassName
{
background-color: #F54563;
}
</style>
border-color css
<style>
span { border-color: #F54563; }
span { border-color: rgb(245,69,99); }
td.TdClassName
{
border-color: #F54563;
}
.TagClassName
{
border-color: #F54563;
}
</style>