Shades of Radical Red #FC3C53
Tints of Radical Red #FC3C53
RGB
CMYK
RGB Variations
Color information
#FC3C53 (or 0xFC3C53) is known color: Radical Red. HEX triplet: FC, 3C and 53. RGB value is (252,60,83). Sum of RGB (Red+Green+Blue) = 252+60+83=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C53 is #03C3AC. Grayscale: #787878. Windows color (decimal): -246701 or 5455100. OLE color: 5455100.
HSL color Cylindrical-coordinate representation of color #FC3C53: hue angle of 352.81º 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 #FC3C53 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 83 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.01 |
| HSL | 352.81º | 0.97% | 0.61% | - |
| HSV(B) | 352.81º | 0.76% | 0.99% | - |
| XYZ | 43.32 | 24.55 | 10.64 | - |
| YUV | 120.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 83 | 0 | 0.76 | 0.67 | 0.01 | 352.81 | 0.97 | 0.61 |
| Hex | FC | 3C | 53 | 0 | 4C | 43 | 1 | 161 | 61 | 3D |
| Octal | 374 | 74 | 123 | 0 | 114 | 103 | 1 | 541 | 141 | 75 |
| Binary | 11111100 | 111100 | 1010011 | 0 | 1001100 | 1000011 | 1 | 101100001 | 1100001 | 111101 |
Color Harmonies of #FC3C53
Complementary color
Monochromatic Colors of #FC3C53
Black with #FC3C53
Text Example
Text Example
White with #FC3C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C53; }
p { color: rgb(252,60,83); }
H1.HeaderClassName
{
color: #FC3C53;
}
.AnyTagClassName
{
color: #FC3C53;
}
</style>
background-color css
<style>
a { background-color: #FC3C53; }
a { background-color: rgb(252,60,83); }
div.DivClassName
{
background-color: #FC3C53;
}
.BgClassName
{
background-color: #FC3C53;
}
</style>
border-color css
<style>
span { border-color: #FC3C53; }
span { border-color: rgb(252,60,83); }
td.TdClassName
{
border-color: #FC3C53;
}
.TagClassName
{
border-color: #FC3C53;
}
</style>