Shades of Radical Red #FC324A
Tints of Radical Red #FC324A
RGB
CMYK
RGB Variations
Color information
#FC324A (or 0xFC324A) is known color: Radical Red. HEX triplet: FC, 32 and 4A. RGB value is (252,50,74). Sum of RGB (Red+Green+Blue) = 252+50+74=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC324A is #03CDB5. Grayscale: #717171. Windows color (decimal): -249270 or 4862716. OLE color: 4862716.
HSL color Cylindrical-coordinate representation of color #FC324A: hue angle of 352.87º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC324A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 74 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.01 |
| HSL | 352.87º | 0.97% | 0.59% | - |
| HSV(B) | 352.87º | 0.8% | 0.99% | - |
| XYZ | 42.52 | 23.47 | 8.77 | - |
| YUV | 113.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 74 | 0 | 0.80 | 0.71 | 0.01 | 352.87 | 0.97 | 0.59 |
| Hex | FC | 32 | 4A | 0 | 50 | 47 | 1 | 161 | 61 | 3B |
| Octal | 374 | 62 | 112 | 0 | 120 | 107 | 1 | 541 | 141 | 73 |
| Binary | 11111100 | 110010 | 1001010 | 0 | 1010000 | 1000111 | 1 | 101100001 | 1100001 | 111011 |
Color Harmonies of #FC324A
Complementary color
Monochromatic Colors of #FC324A
Black with #FC324A
Text Example
Text Example
White with #FC324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC324A; }
p { color: rgb(252,50,74); }
H1.HeaderClassName
{
color: #FC324A;
}
.AnyTagClassName
{
color: #FC324A;
}
</style>
background-color css
<style>
a { background-color: #FC324A; }
a { background-color: rgb(252,50,74); }
div.DivClassName
{
background-color: #FC324A;
}
.BgClassName
{
background-color: #FC324A;
}
</style>
border-color css
<style>
span { border-color: #FC324A; }
span { border-color: rgb(252,50,74); }
td.TdClassName
{
border-color: #FC324A;
}
.TagClassName
{
border-color: #FC324A;
}
</style>