Shades of Radical Red #F54957
Tints of Radical Red #F54957
RGB
CMYK
RGB Variations
Color information
#F54957 (or 0xF54957) is known color: Radical Red. HEX triplet: F5, 49 and 57. RGB value is (245,73,87). Sum of RGB (Red+Green+Blue) = 245+73+87=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F54957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54957 is #0AB6A8. Grayscale: #7E7E7E. Windows color (decimal): -702121 or 5720565. OLE color: 5720565.
HSL color Cylindrical-coordinate representation of color #F54957: hue angle of 355.12º 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 #F54957 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 87 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.04 |
| HSL | 355.12º | 0.9% | 0.62% | - |
| HSV(B) | 355.12º | 0.7% | 0.96% | - |
| XYZ | 41.76 | 24.87 | 11.62 | - |
| YUV | 126.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 87 | 0 | 0.70 | 0.64 | 0.04 | 355.12 | 0.9 | 0.62 |
| Hex | F5 | 49 | 57 | 0 | 46 | 40 | 4 | 163 | 5A | 3E |
| Octal | 365 | 111 | 127 | 0 | 106 | 100 | 4 | 543 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1010111 | 0 | 1000110 | 1000000 | 100 | 101100011 | 1011010 | 111110 |
Color Harmonies of #F54957
Complementary color
Monochromatic Colors of #F54957
Black with #F54957
Text Example
Text Example
White with #F54957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54957; }
p { color: rgb(245,73,87); }
H1.HeaderClassName
{
color: #F54957;
}
.AnyTagClassName
{
color: #F54957;
}
</style>
background-color css
<style>
a { background-color: #F54957; }
a { background-color: rgb(245,73,87); }
div.DivClassName
{
background-color: #F54957;
}
.BgClassName
{
background-color: #F54957;
}
</style>
border-color css
<style>
span { border-color: #F54957; }
span { border-color: rgb(245,73,87); }
td.TdClassName
{
border-color: #F54957;
}
.TagClassName
{
border-color: #F54957;
}
</style>