Shades of Radical Red #F54962
Tints of Radical Red #F54962
RGB
CMYK
RGB Variations
Color information
#F54962 (or 0xF54962) is known color: Radical Red. HEX triplet: F5, 49 and 62. RGB value is (245,73,98). Sum of RGB (Red+Green+Blue) = 245+73+98=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F54962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54962 is #0AB69D. Grayscale: #7F7F7F. Windows color (decimal): -702110 or 6441461. OLE color: 6441461.
HSL color Cylindrical-coordinate representation of color #F54962: hue angle of 351.28º 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 #F54962 is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 98 | - |
| CMYK | 0 | 0.70 | 0.6 | 0.04 |
| HSL | 351.28º | 0.9% | 0.62% | - |
| HSV(B) | 351.28º | 0.7% | 0.96% | - |
| XYZ | 42.24 | 25.06 | 14.17 | - |
| YUV | 127.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 98 | 0 | 0.70 | 0.6 | 0.04 | 351.28 | 0.9 | 0.62 |
| Hex | F5 | 49 | 62 | 0 | 46 | 3C | 4 | 15F | 5A | 3E |
| Octal | 365 | 111 | 142 | 0 | 106 | 74 | 4 | 537 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1100010 | 0 | 1000110 | 111100 | 100 | 101011111 | 1011010 | 111110 |
Color Harmonies of #F54962
Complementary color
Monochromatic Colors of #F54962
Black with #F54962
Text Example
Text Example
White with #F54962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54962; }
p { color: rgb(245,73,98); }
H1.HeaderClassName
{
color: #F54962;
}
.AnyTagClassName
{
color: #F54962;
}
</style>
background-color css
<style>
a { background-color: #F54962; }
a { background-color: rgb(245,73,98); }
div.DivClassName
{
background-color: #F54962;
}
.BgClassName
{
background-color: #F54962;
}
</style>
border-color css
<style>
span { border-color: #F54962; }
span { border-color: rgb(245,73,98); }
td.TdClassName
{
border-color: #F54962;
}
.TagClassName
{
border-color: #F54962;
}
</style>