Shades of Radical Red #FC3C5D
Tints of Radical Red #FC3C5D
RGB
CMYK
RGB Variations
Color information
#FC3C5D (or 0xFC3C5D) is known color: Radical Red. HEX triplet: FC, 3C and 5D. RGB value is (252,60,93). Sum of RGB (Red+Green+Blue) = 252+60+93=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C5D is #03C3A2. Grayscale: #797979. Windows color (decimal): -246691 or 6110460. OLE color: 6110460.
HSL color Cylindrical-coordinate representation of color #FC3C5D: hue angle of 349.69º 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 #FC3C5D is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 93 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.01 |
| HSL | 349.69º | 0.97% | 0.61% | - |
| HSV(B) | 349.69º | 0.76% | 0.99% | - |
| XYZ | 43.74 | 24.72 | 12.82 | - |
| YUV | 121.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 93 | 0 | 0.76 | 0.63 | 0.01 | 349.69 | 0.97 | 0.61 |
| Hex | FC | 3C | 5D | 0 | 4C | 3F | 1 | 15E | 61 | 3D |
| Octal | 374 | 74 | 135 | 0 | 114 | 77 | 1 | 536 | 141 | 75 |
| Binary | 11111100 | 111100 | 1011101 | 0 | 1001100 | 111111 | 1 | 101011110 | 1100001 | 111101 |
Color Harmonies of #FC3C5D
Complementary color
Monochromatic Colors of #FC3C5D
Black with #FC3C5D
Text Example
Text Example
White with #FC3C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C5D; }
p { color: rgb(252,60,93); }
H1.HeaderClassName
{
color: #FC3C5D;
}
.AnyTagClassName
{
color: #FC3C5D;
}
</style>
background-color css
<style>
a { background-color: #FC3C5D; }
a { background-color: rgb(252,60,93); }
div.DivClassName
{
background-color: #FC3C5D;
}
.BgClassName
{
background-color: #FC3C5D;
}
</style>
border-color css
<style>
span { border-color: #FC3C5D; }
span { border-color: rgb(252,60,93); }
td.TdClassName
{
border-color: #FC3C5D;
}
.TagClassName
{
border-color: #FC3C5D;
}
</style>