Shades of Radical Red #FC324E
Tints of Radical Red #FC324E
RGB
CMYK
RGB Variations
Color information
#FC324E (or 0xFC324E) is known color: Radical Red. HEX triplet: FC, 32 and 4E. RGB value is (252,50,78). Sum of RGB (Red+Green+Blue) = 252+50+78=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC324E is #03CDB1. Grayscale: #717171. Windows color (decimal): -249266 or 5124860. OLE color: 5124860.
HSL color Cylindrical-coordinate representation of color #FC324E: hue angle of 351.68º 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 #FC324E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 78 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.01 |
| HSL | 351.68º | 0.97% | 0.59% | - |
| HSV(B) | 351.68º | 0.8% | 0.99% | - |
| XYZ | 42.66 | 23.53 | 9.5 | - |
| YUV | 113.59 | 107.92 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 78 | 0 | 0.80 | 0.69 | 0.01 | 351.68 | 0.97 | 0.59 |
| Hex | FC | 32 | 4E | 0 | 50 | 45 | 1 | 160 | 61 | 3B |
| Octal | 374 | 62 | 116 | 0 | 120 | 105 | 1 | 540 | 141 | 73 |
| Binary | 11111100 | 110010 | 1001110 | 0 | 1010000 | 1000101 | 1 | 101100000 | 1100001 | 111011 |
Color Harmonies of #FC324E
Complementary color
Monochromatic Colors of #FC324E
Black with #FC324E
Text Example
Text Example
White with #FC324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC324E; }
p { color: rgb(252,50,78); }
H1.HeaderClassName
{
color: #FC324E;
}
.AnyTagClassName
{
color: #FC324E;
}
</style>
background-color css
<style>
a { background-color: #FC324E; }
a { background-color: rgb(252,50,78); }
div.DivClassName
{
background-color: #FC324E;
}
.BgClassName
{
background-color: #FC324E;
}
</style>
border-color css
<style>
span { border-color: #FC324E; }
span { border-color: rgb(252,50,78); }
td.TdClassName
{
border-color: #FC324E;
}
.TagClassName
{
border-color: #FC324E;
}
</style>