Shades of Radical Red #FC4049
Tints of Radical Red #FC4049
RGB
CMYK
RGB Variations
Color information
#FC4049 (or 0xFC4049) is known color: Radical Red. HEX triplet: FC, 40 and 49. RGB value is (252,64,73). Sum of RGB (Red+Green+Blue) = 252+64+73=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4049 is #03BFB6. Grayscale: #797979. Windows color (decimal): -245687 or 4800764. OLE color: 4800764.
HSL color Cylindrical-coordinate representation of color #FC4049: hue angle of 357.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4049 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 73 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.01 |
| HSL | 357.13º | 0.97% | 0.62% | - |
| HSV(B) | 357.13º | 0.75% | 0.99% | - |
| XYZ | 43.18 | 24.84 | 8.82 | - |
| YUV | 121.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 73 | 0 | 0.75 | 0.71 | 0.01 | 357.13 | 0.97 | 0.62 |
| Hex | FC | 40 | 49 | 0 | 4B | 47 | 1 | 165 | 61 | 3E |
| Octal | 374 | 100 | 111 | 0 | 113 | 107 | 1 | 545 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1001001 | 0 | 1001011 | 1000111 | 1 | 101100101 | 1100001 | 111110 |
Color Harmonies of #FC4049
Complementary color
Monochromatic Colors of #FC4049
Black with #FC4049
Text Example
Text Example
White with #FC4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4049; }
p { color: rgb(252,64,73); }
H1.HeaderClassName
{
color: #FC4049;
}
.AnyTagClassName
{
color: #FC4049;
}
</style>
background-color css
<style>
a { background-color: #FC4049; }
a { background-color: rgb(252,64,73); }
div.DivClassName
{
background-color: #FC4049;
}
.BgClassName
{
background-color: #FC4049;
}
</style>
border-color css
<style>
span { border-color: #FC4049; }
span { border-color: rgb(252,64,73); }
td.TdClassName
{
border-color: #FC4049;
}
.TagClassName
{
border-color: #FC4049;
}
</style>