Shades of Radical Red #FC3C5B
Tints of Radical Red #FC3C5B
RGB
CMYK
RGB Variations
Color information
#FC3C5B (or 0xFC3C5B) is known color: Radical Red. HEX triplet: FC, 3C and 5B. RGB value is (252,60,91). Sum of RGB (Red+Green+Blue) = 252+60+91=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C5B is #03C3A4. Grayscale: #797979. Windows color (decimal): -246693 or 5979388. OLE color: 5979388.
HSL color Cylindrical-coordinate representation of color #FC3C5B: hue angle of 350.31º 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 #FC3C5B is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 91 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.01 |
| HSL | 350.31º | 0.97% | 0.61% | - |
| HSV(B) | 350.31º | 0.76% | 0.99% | - |
| XYZ | 43.65 | 24.68 | 12.36 | - |
| YUV | 120.94 | 111.11 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 91 | 0 | 0.76 | 0.64 | 0.01 | 350.31 | 0.97 | 0.61 |
| Hex | FC | 3C | 5B | 0 | 4C | 40 | 1 | 15E | 61 | 3D |
| Octal | 374 | 74 | 133 | 0 | 114 | 100 | 1 | 536 | 141 | 75 |
| Binary | 11111100 | 111100 | 1011011 | 0 | 1001100 | 1000000 | 1 | 101011110 | 1100001 | 111101 |
Color Harmonies of #FC3C5B
Complementary color
Monochromatic Colors of #FC3C5B
Black with #FC3C5B
Text Example
Text Example
White with #FC3C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C5B; }
p { color: rgb(252,60,91); }
H1.HeaderClassName
{
color: #FC3C5B;
}
.AnyTagClassName
{
color: #FC3C5B;
}
</style>
background-color css
<style>
a { background-color: #FC3C5B; }
a { background-color: rgb(252,60,91); }
div.DivClassName
{
background-color: #FC3C5B;
}
.BgClassName
{
background-color: #FC3C5B;
}
</style>
border-color css
<style>
span { border-color: #FC3C5B; }
span { border-color: rgb(252,60,91); }
td.TdClassName
{
border-color: #FC3C5B;
}
.TagClassName
{
border-color: #FC3C5B;
}
</style>