Shades of Radical Red #FC4C56
Tints of Radical Red #FC4C56
RGB
CMYK
RGB Variations
Color information
#FC4C56 (or 0xFC4C56) is known color: Radical Red. HEX triplet: FC, 4C and 56. RGB value is (252,76,86). Sum of RGB (Red+Green+Blue) = 252+76+86=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C56 is #03B3A9. Grayscale: #818181. Windows color (decimal): -242602 or 5655804. OLE color: 5655804.
HSL color Cylindrical-coordinate representation of color #FC4C56: hue angle of 356.59º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4C56 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 86 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.01 |
| HSL | 356.59º | 0.97% | 0.64% | - |
| HSV(B) | 356.59º | 0.7% | 0.99% | - |
| XYZ | 44.41 | 26.54 | 11.59 | - |
| YUV | 129.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 86 | 0 | 0.70 | 0.66 | 0.01 | 356.59 | 0.97 | 0.64 |
| Hex | FC | 4C | 56 | 0 | 46 | 42 | 1 | 165 | 61 | 40 |
| Octal | 374 | 114 | 126 | 0 | 106 | 102 | 1 | 545 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1010110 | 0 | 1000110 | 1000010 | 1 | 101100101 | 1100001 | 1000000 |
Color Harmonies of #FC4C56
Complementary color
Monochromatic Colors of #FC4C56
Black with #FC4C56
Text Example
Text Example
White with #FC4C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C56; }
p { color: rgb(252,76,86); }
H1.HeaderClassName
{
color: #FC4C56;
}
.AnyTagClassName
{
color: #FC4C56;
}
</style>
background-color css
<style>
a { background-color: #FC4C56; }
a { background-color: rgb(252,76,86); }
div.DivClassName
{
background-color: #FC4C56;
}
.BgClassName
{
background-color: #FC4C56;
}
</style>
border-color css
<style>
span { border-color: #FC4C56; }
span { border-color: rgb(252,76,86); }
td.TdClassName
{
border-color: #FC4C56;
}
.TagClassName
{
border-color: #FC4C56;
}
</style>