Shades of Radical Red #F54562
Tints of Radical Red #F54562
RGB
CMYK
RGB Variations
Color information
#F54562 (or 0xF54562) is known color: Radical Red. HEX triplet: F5, 45 and 62. RGB value is (245,69,98). Sum of RGB (Red+Green+Blue) = 245+69+98=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F54562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54562 is #0ABA9D. Grayscale: #7C7C7C. Windows color (decimal): -703134 or 6440437. OLE color: 6440437.
HSL color Cylindrical-coordinate representation of color #F54562: hue angle of 350.11º 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 #F54562 is Cyan = 0, Magento = 0.72, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 98 | - |
| CMYK | 0 | 0.72 | 0.6 | 0.04 |
| HSL | 350.11º | 0.9% | 0.62% | - |
| HSV(B) | 350.11º | 0.72% | 0.96% | - |
| XYZ | 41.99 | 24.55 | 14.08 | - |
| YUV | 124.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 98 | 0 | 0.72 | 0.6 | 0.04 | 350.11 | 0.9 | 0.62 |
| Hex | F5 | 45 | 62 | 0 | 48 | 3C | 4 | 15E | 5A | 3E |
| Octal | 365 | 105 | 142 | 0 | 110 | 74 | 4 | 536 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1100010 | 0 | 1001000 | 111100 | 100 | 101011110 | 1011010 | 111110 |
Color Harmonies of #F54562
Complementary color
Monochromatic Colors of #F54562
Black with #F54562
Text Example
Text Example
White with #F54562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54562; }
p { color: rgb(245,69,98); }
H1.HeaderClassName
{
color: #F54562;
}
.AnyTagClassName
{
color: #F54562;
}
</style>
background-color css
<style>
a { background-color: #F54562; }
a { background-color: rgb(245,69,98); }
div.DivClassName
{
background-color: #F54562;
}
.BgClassName
{
background-color: #F54562;
}
</style>
border-color css
<style>
span { border-color: #F54562; }
span { border-color: rgb(245,69,98); }
td.TdClassName
{
border-color: #F54562;
}
.TagClassName
{
border-color: #F54562;
}
</style>