Shades of Radical Red #F54859
Tints of Radical Red #F54859
RGB
CMYK
RGB Variations
Color information
#F54859 (or 0xF54859) is known color: Radical Red. HEX triplet: F5, 48 and 59. RGB value is (245,72,89). Sum of RGB (Red+Green+Blue) = 245+72+89=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F54859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54859 is #0AB7A6. Grayscale: #7D7D7D. Windows color (decimal): -702375 or 5851381. OLE color: 5851381.
HSL color Cylindrical-coordinate representation of color #F54859: hue angle of 354.1º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54859 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 89 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.04 |
| HSL | 354.1º | 0.9% | 0.62% | - |
| HSV(B) | 354.1º | 0.71% | 0.96% | - |
| XYZ | 41.78 | 24.77 | 12.03 | - |
| YUV | 125.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 89 | 0 | 0.71 | 0.64 | 0.04 | 354.1 | 0.9 | 0.62 |
| Hex | F5 | 48 | 59 | 0 | 47 | 40 | 4 | 162 | 5A | 3E |
| Octal | 365 | 110 | 131 | 0 | 107 | 100 | 4 | 542 | 132 | 76 |
| Binary | 11110101 | 1001000 | 1011001 | 0 | 1000111 | 1000000 | 100 | 101100010 | 1011010 | 111110 |
Color Harmonies of #F54859
Complementary color
Monochromatic Colors of #F54859
Black with #F54859
Text Example
Text Example
White with #F54859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54859; }
p { color: rgb(245,72,89); }
H1.HeaderClassName
{
color: #F54859;
}
.AnyTagClassName
{
color: #F54859;
}
</style>
background-color css
<style>
a { background-color: #F54859; }
a { background-color: rgb(245,72,89); }
div.DivClassName
{
background-color: #F54859;
}
.BgClassName
{
background-color: #F54859;
}
</style>
border-color css
<style>
span { border-color: #F54859; }
span { border-color: rgb(245,72,89); }
td.TdClassName
{
border-color: #F54859;
}
.TagClassName
{
border-color: #F54859;
}
</style>