Shades of Radical Red #F54054
Tints of Radical Red #F54054
RGB
CMYK
RGB Variations
Color information
#F54054 (or 0xF54054) is known color: Radical Red. HEX triplet: F5, 40 and 54. RGB value is (245,64,84). Sum of RGB (Red+Green+Blue) = 245+64+84=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F54054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54054 is #0ABFAB. Grayscale: #787878. Windows color (decimal): -704428 or 5521653. OLE color: 5521653.
HSL color Cylindrical-coordinate representation of color #F54054: hue angle of 353.37º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F54054 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 84 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.04 |
| HSL | 353.37º | 0.9% | 0.61% | - |
| HSV(B) | 353.37º | 0.74% | 0.96% | - |
| XYZ | 41.09 | 23.72 | 10.8 | - |
| YUV | 120.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 84 | 0 | 0.74 | 0.66 | 0.04 | 353.37 | 0.9 | 0.61 |
| Hex | F5 | 40 | 54 | 0 | 4A | 42 | 4 | 161 | 5A | 3D |
| Octal | 365 | 100 | 124 | 0 | 112 | 102 | 4 | 541 | 132 | 75 |
| Binary | 11110101 | 1000000 | 1010100 | 0 | 1001010 | 1000010 | 100 | 101100001 | 1011010 | 111101 |
Color Harmonies of #F54054
Complementary color
Monochromatic Colors of #F54054
Black with #F54054
Text Example
Text Example
White with #F54054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54054; }
p { color: rgb(245,64,84); }
H1.HeaderClassName
{
color: #F54054;
}
.AnyTagClassName
{
color: #F54054;
}
</style>
background-color css
<style>
a { background-color: #F54054; }
a { background-color: rgb(245,64,84); }
div.DivClassName
{
background-color: #F54054;
}
.BgClassName
{
background-color: #F54054;
}
</style>
border-color css
<style>
span { border-color: #F54054; }
span { border-color: rgb(245,64,84); }
td.TdClassName
{
border-color: #F54054;
}
.TagClassName
{
border-color: #F54054;
}
</style>