Shades of Radical Red #FC3C5E
Tints of Radical Red #FC3C5E
RGB
CMYK
RGB Variations
Color information
#FC3C5E (or 0xFC3C5E) is known color: Radical Red. HEX triplet: FC, 3C and 5E. RGB value is (252,60,94). Sum of RGB (Red+Green+Blue) = 252+60+94=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C5E is #03C3A1. Grayscale: #797979. Windows color (decimal): -246690 or 6175996. OLE color: 6175996.
HSL color Cylindrical-coordinate representation of color #FC3C5E: hue angle of 349.38º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C5E is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 94 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.01 |
| HSL | 349.38º | 0.97% | 0.61% | - |
| HSV(B) | 349.38º | 0.76% | 0.99% | - |
| XYZ | 43.78 | 24.74 | 13.06 | - |
| YUV | 121.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 94 | 0 | 0.76 | 0.63 | 0.01 | 349.38 | 0.97 | 0.61 |
| Hex | FC | 3C | 5E | 0 | 4C | 3F | 1 | 15D | 61 | 3D |
| Octal | 374 | 74 | 136 | 0 | 114 | 77 | 1 | 535 | 141 | 75 |
| Binary | 11111100 | 111100 | 1011110 | 0 | 1001100 | 111111 | 1 | 101011101 | 1100001 | 111101 |
Color Harmonies of #FC3C5E
Complementary color
Monochromatic Colors of #FC3C5E
Black with #FC3C5E
Text Example
Text Example
White with #FC3C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C5E; }
p { color: rgb(252,60,94); }
H1.HeaderClassName
{
color: #FC3C5E;
}
.AnyTagClassName
{
color: #FC3C5E;
}
</style>
background-color css
<style>
a { background-color: #FC3C5E; }
a { background-color: rgb(252,60,94); }
div.DivClassName
{
background-color: #FC3C5E;
}
.BgClassName
{
background-color: #FC3C5E;
}
</style>
border-color css
<style>
span { border-color: #FC3C5E; }
span { border-color: rgb(252,60,94); }
td.TdClassName
{
border-color: #FC3C5E;
}
.TagClassName
{
border-color: #FC3C5E;
}
</style>