Shades of Radical Red #FC3C58
Tints of Radical Red #FC3C58
RGB
CMYK
RGB Variations
Color information
#FC3C58 (or 0xFC3C58) is known color: Radical Red. HEX triplet: FC, 3C and 58. RGB value is (252,60,88). Sum of RGB (Red+Green+Blue) = 252+60+88=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C58 is #03C3A7. Grayscale: #787878. Windows color (decimal): -246696 or 5782780. OLE color: 5782780.
HSL color Cylindrical-coordinate representation of color #FC3C58: hue angle of 351.25º 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 #FC3C58 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 88 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.01 |
| HSL | 351.25º | 0.97% | 0.61% | - |
| HSV(B) | 351.25º | 0.76% | 0.99% | - |
| XYZ | 43.52 | 24.63 | 11.69 | - |
| YUV | 120.6 | 109.61 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 88 | 0 | 0.76 | 0.65 | 0.01 | 351.25 | 0.97 | 0.61 |
| Hex | FC | 3C | 58 | 0 | 4C | 41 | 1 | 15F | 61 | 3D |
| Octal | 374 | 74 | 130 | 0 | 114 | 101 | 1 | 537 | 141 | 75 |
| Binary | 11111100 | 111100 | 1011000 | 0 | 1001100 | 1000001 | 1 | 101011111 | 1100001 | 111101 |
Color Harmonies of #FC3C58
Complementary color
Monochromatic Colors of #FC3C58
Black with #FC3C58
Text Example
Text Example
White with #FC3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C58; }
p { color: rgb(252,60,88); }
H1.HeaderClassName
{
color: #FC3C58;
}
.AnyTagClassName
{
color: #FC3C58;
}
</style>
background-color css
<style>
a { background-color: #FC3C58; }
a { background-color: rgb(252,60,88); }
div.DivClassName
{
background-color: #FC3C58;
}
.BgClassName
{
background-color: #FC3C58;
}
</style>
border-color css
<style>
span { border-color: #FC3C58; }
span { border-color: rgb(252,60,88); }
td.TdClassName
{
border-color: #FC3C58;
}
.TagClassName
{
border-color: #FC3C58;
}
</style>