Shades of Radical Red #FC3C52
Tints of Radical Red #FC3C52
RGB
CMYK
RGB Variations
Color information
#FC3C52 (or 0xFC3C52) is known color: Radical Red. HEX triplet: FC, 3C and 52. RGB value is (252,60,82). Sum of RGB (Red+Green+Blue) = 252+60+82=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C52 is #03C3AD. Grayscale: #787878. Windows color (decimal): -246702 or 5389564. OLE color: 5389564.
HSL color Cylindrical-coordinate representation of color #FC3C52: hue angle of 353.12º 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 #FC3C52 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 82 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.01 |
| HSL | 353.13º | 0.97% | 0.61% | - |
| HSV(B) | 353.13º | 0.76% | 0.99% | - |
| XYZ | 43.28 | 24.54 | 10.44 | - |
| YUV | 119.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 82 | 0 | 0.76 | 0.67 | 0.01 | 353.13 | 0.97 | 0.61 |
| Hex | FC | 3C | 52 | 0 | 4C | 43 | 1 | 161 | 61 | 3D |
| Octal | 374 | 74 | 122 | 0 | 114 | 103 | 1 | 541 | 141 | 75 |
| Binary | 11111100 | 111100 | 1010010 | 0 | 1001100 | 1000011 | 1 | 101100001 | 1100001 | 111101 |
Color Harmonies of #FC3C52
Complementary color
Monochromatic Colors of #FC3C52
Black with #FC3C52
Text Example
Text Example
White with #FC3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C52; }
p { color: rgb(252,60,82); }
H1.HeaderClassName
{
color: #FC3C52;
}
.AnyTagClassName
{
color: #FC3C52;
}
</style>
background-color css
<style>
a { background-color: #FC3C52; }
a { background-color: rgb(252,60,82); }
div.DivClassName
{
background-color: #FC3C52;
}
.BgClassName
{
background-color: #FC3C52;
}
</style>
border-color css
<style>
span { border-color: #FC3C52; }
span { border-color: rgb(252,60,82); }
td.TdClassName
{
border-color: #FC3C52;
}
.TagClassName
{
border-color: #FC3C52;
}
</style>