Shades of Radical Red #F54561
Tints of Radical Red #F54561
RGB
CMYK
RGB Variations
Color information
#F54561 (or 0xF54561) is known color: Radical Red. HEX triplet: F5, 45 and 61. RGB value is (245,69,97). Sum of RGB (Red+Green+Blue) = 245+69+97=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F54561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54561 is #0ABA9E. Grayscale: #7C7C7C. Windows color (decimal): -703135 or 6374901. OLE color: 6374901.
HSL color Cylindrical-coordinate representation of color #F54561: hue angle of 350.45º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54561 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 97 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.04 |
| HSL | 350.45º | 0.9% | 0.62% | - |
| HSV(B) | 350.45º | 0.72% | 0.96% | - |
| XYZ | 41.94 | 24.53 | 13.83 | - |
| YUV | 124.82 | 112.31 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 97 | 0 | 0.72 | 0.60 | 0.04 | 350.45 | 0.9 | 0.62 |
| Hex | F5 | 45 | 61 | 0 | 48 | 3C | 4 | 15E | 5A | 3E |
| Octal | 365 | 105 | 141 | 0 | 110 | 74 | 4 | 536 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1100001 | 0 | 1001000 | 111100 | 100 | 101011110 | 1011010 | 111110 |
Color Harmonies of #F54561
Complementary color
Monochromatic Colors of #F54561
Black with #F54561
Text Example
Text Example
White with #F54561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54561; }
p { color: rgb(245,69,97); }
H1.HeaderClassName
{
color: #F54561;
}
.AnyTagClassName
{
color: #F54561;
}
</style>
background-color css
<style>
a { background-color: #F54561; }
a { background-color: rgb(245,69,97); }
div.DivClassName
{
background-color: #F54561;
}
.BgClassName
{
background-color: #F54561;
}
</style>
border-color css
<style>
span { border-color: #F54561; }
span { border-color: rgb(245,69,97); }
td.TdClassName
{
border-color: #F54561;
}
.TagClassName
{
border-color: #F54561;
}
</style>