Shades of Radical Red #F54959
Tints of Radical Red #F54959
RGB
CMYK
RGB Variations
Color information
#F54959 (or 0xF54959) is known color: Radical Red. HEX triplet: F5, 49 and 59. RGB value is (245,73,89). Sum of RGB (Red+Green+Blue) = 245+73+89=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F54959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54959 is #0AB6A6. Grayscale: #7E7E7E. Windows color (decimal): -702119 or 5851637. OLE color: 5851637.
HSL color Cylindrical-coordinate representation of color #F54959: hue angle of 354.42º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54959 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 89 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.04 |
| HSL | 354.42º | 0.9% | 0.62% | - |
| HSV(B) | 354.42º | 0.7% | 0.96% | - |
| XYZ | 41.84 | 24.9 | 12.05 | - |
| YUV | 126.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 89 | 0 | 0.70 | 0.64 | 0.04 | 354.42 | 0.9 | 0.62 |
| Hex | F5 | 49 | 59 | 0 | 46 | 40 | 4 | 162 | 5A | 3E |
| Octal | 365 | 111 | 131 | 0 | 106 | 100 | 4 | 542 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1011001 | 0 | 1000110 | 1000000 | 100 | 101100010 | 1011010 | 111110 |
Color Harmonies of #F54959
Complementary color
Monochromatic Colors of #F54959
Black with #F54959
Text Example
Text Example
White with #F54959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54959; }
p { color: rgb(245,73,89); }
H1.HeaderClassName
{
color: #F54959;
}
.AnyTagClassName
{
color: #F54959;
}
</style>
background-color css
<style>
a { background-color: #F54959; }
a { background-color: rgb(245,73,89); }
div.DivClassName
{
background-color: #F54959;
}
.BgClassName
{
background-color: #F54959;
}
</style>
border-color css
<style>
span { border-color: #F54959; }
span { border-color: rgb(245,73,89); }
td.TdClassName
{
border-color: #F54959;
}
.TagClassName
{
border-color: #F54959;
}
</style>