Shades of Radical Red #F54960
Tints of Radical Red #F54960
RGB
CMYK
RGB Variations
Color information
#F54960 (or 0xF54960) is known color: Radical Red. HEX triplet: F5, 49 and 60. RGB value is (245,73,96). Sum of RGB (Red+Green+Blue) = 245+73+96=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F54960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54960 is #0AB69F. Grayscale: #7F7F7F. Windows color (decimal): -702112 or 6310389. OLE color: 6310389.
HSL color Cylindrical-coordinate representation of color #F54960: hue angle of 351.98º 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 #F54960 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 96 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.04 |
| HSL | 351.98º | 0.9% | 0.62% | - |
| HSV(B) | 351.98º | 0.7% | 0.96% | - |
| XYZ | 42.15 | 25.02 | 13.67 | - |
| YUV | 127.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 96 | 0 | 0.70 | 0.61 | 0.04 | 351.98 | 0.9 | 0.62 |
| Hex | F5 | 49 | 60 | 0 | 46 | 3D | 4 | 160 | 5A | 3E |
| Octal | 365 | 111 | 140 | 0 | 106 | 75 | 4 | 540 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1100000 | 0 | 1000110 | 111101 | 100 | 101100000 | 1011010 | 111110 |
Color Harmonies of #F54960
Complementary color
Monochromatic Colors of #F54960
Black with #F54960
Text Example
Text Example
White with #F54960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54960; }
p { color: rgb(245,73,96); }
H1.HeaderClassName
{
color: #F54960;
}
.AnyTagClassName
{
color: #F54960;
}
</style>
background-color css
<style>
a { background-color: #F54960; }
a { background-color: rgb(245,73,96); }
div.DivClassName
{
background-color: #F54960;
}
.BgClassName
{
background-color: #F54960;
}
</style>
border-color css
<style>
span { border-color: #F54960; }
span { border-color: rgb(245,73,96); }
td.TdClassName
{
border-color: #F54960;
}
.TagClassName
{
border-color: #F54960;
}
</style>