Shades of Radical Red #FC4C5A
Tints of Radical Red #FC4C5A
RGB
CMYK
RGB Variations
Color information
#FC4C5A (or 0xFC4C5A) is known color: Radical Red. HEX triplet: FC, 4C and 5A. RGB value is (252,76,90). Sum of RGB (Red+Green+Blue) = 252+76+90=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C5A is #03B3A5. Grayscale: #828282. Windows color (decimal): -242598 or 5917948. OLE color: 5917948.
HSL color Cylindrical-coordinate representation of color #FC4C5A: hue angle of 355.23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4C5A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 90 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.01 |
| HSL | 355.23º | 0.97% | 0.64% | - |
| HSV(B) | 355.23º | 0.7% | 0.99% | - |
| XYZ | 44.57 | 26.6 | 12.46 | - |
| YUV | 130.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 90 | 0 | 0.70 | 0.64 | 0.01 | 355.23 | 0.97 | 0.64 |
| Hex | FC | 4C | 5A | 0 | 46 | 40 | 1 | 163 | 61 | 40 |
| Octal | 374 | 114 | 132 | 0 | 106 | 100 | 1 | 543 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1011010 | 0 | 1000110 | 1000000 | 1 | 101100011 | 1100001 | 1000000 |
Color Harmonies of #FC4C5A
Complementary color
Monochromatic Colors of #FC4C5A
Black with #FC4C5A
Text Example
Text Example
White with #FC4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C5A; }
p { color: rgb(252,76,90); }
H1.HeaderClassName
{
color: #FC4C5A;
}
.AnyTagClassName
{
color: #FC4C5A;
}
</style>
background-color css
<style>
a { background-color: #FC4C5A; }
a { background-color: rgb(252,76,90); }
div.DivClassName
{
background-color: #FC4C5A;
}
.BgClassName
{
background-color: #FC4C5A;
}
</style>
border-color css
<style>
span { border-color: #FC4C5A; }
span { border-color: rgb(252,76,90); }
td.TdClassName
{
border-color: #FC4C5A;
}
.TagClassName
{
border-color: #FC4C5A;
}
</style>