Shades of Radical Red #F54C52
Tints of Radical Red #F54C52
RGB
CMYK
RGB Variations
Color information
#F54C52 (or 0xF54C52) is known color: Radical Red. HEX triplet: F5, 4C and 52. RGB value is (245,76,82). Sum of RGB (Red+Green+Blue) = 245+76+82=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54C52 is #0AB3AD. Grayscale: #7F7F7F. Windows color (decimal): -701358 or 5393653. OLE color: 5393653.
HSL color Cylindrical-coordinate representation of color #F54C52: hue angle of 357.87º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54C52 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 82 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.04 |
| HSL | 357.87º | 0.89% | 0.63% | - |
| HSV(B) | 357.87º | 0.69% | 0.96% | - |
| XYZ | 41.76 | 25.19 | 10.64 | - |
| YUV | 127.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 82 | 0 | 0.69 | 0.67 | 0.04 | 357.87 | 0.89 | 0.63 |
| Hex | F5 | 4C | 52 | 0 | 45 | 43 | 4 | 166 | 59 | 3F |
| Octal | 365 | 114 | 122 | 0 | 105 | 103 | 4 | 546 | 131 | 77 |
| Binary | 11110101 | 1001100 | 1010010 | 0 | 1000101 | 1000011 | 100 | 101100110 | 1011001 | 111111 |
Color Harmonies of #F54C52
Complementary color
Monochromatic Colors of #F54C52
Black with #F54C52
Text Example
Text Example
White with #F54C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C52; }
p { color: rgb(245,76,82); }
H1.HeaderClassName
{
color: #F54C52;
}
.AnyTagClassName
{
color: #F54C52;
}
</style>
background-color css
<style>
a { background-color: #F54C52; }
a { background-color: rgb(245,76,82); }
div.DivClassName
{
background-color: #F54C52;
}
.BgClassName
{
background-color: #F54C52;
}
</style>
border-color css
<style>
span { border-color: #F54C52; }
span { border-color: rgb(245,76,82); }
td.TdClassName
{
border-color: #F54C52;
}
.TagClassName
{
border-color: #F54C52;
}
</style>