Shades of Radical Red #FC325E
Tints of Radical Red #FC325E
RGB
CMYK
RGB Variations
Color information
#FC325E (or 0xFC325E) is known color: Radical Red. HEX triplet: FC, 32 and 5E. RGB value is (252,50,94). Sum of RGB (Red+Green+Blue) = 252+50+94=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC325E is #03CDA1. Grayscale: #737373. Windows color (decimal): -249250 or 6173436. OLE color: 6173436.
HSL color Cylindrical-coordinate representation of color #FC325E: hue angle of 346.93º 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 #FC325E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 94 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.01 |
| HSL | 346.93º | 0.97% | 0.59% | - |
| HSV(B) | 346.93º | 0.8% | 0.99% | - |
| XYZ | 43.31 | 23.78 | 12.9 | - |
| YUV | 115.41 | 115.92 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 94 | 0 | 0.80 | 0.63 | 0.01 | 346.93 | 0.97 | 0.59 |
| Hex | FC | 32 | 5E | 0 | 50 | 3F | 1 | 15B | 61 | 3B |
| Octal | 374 | 62 | 136 | 0 | 120 | 77 | 1 | 533 | 141 | 73 |
| Binary | 11111100 | 110010 | 1011110 | 0 | 1010000 | 111111 | 1 | 101011011 | 1100001 | 111011 |
Color Harmonies of #FC325E
Complementary color
Monochromatic Colors of #FC325E
Black with #FC325E
Text Example
Text Example
White with #FC325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC325E; }
p { color: rgb(252,50,94); }
H1.HeaderClassName
{
color: #FC325E;
}
.AnyTagClassName
{
color: #FC325E;
}
</style>
background-color css
<style>
a { background-color: #FC325E; }
a { background-color: rgb(252,50,94); }
div.DivClassName
{
background-color: #FC325E;
}
.BgClassName
{
background-color: #FC325E;
}
</style>
border-color css
<style>
span { border-color: #FC325E; }
span { border-color: rgb(252,50,94); }
td.TdClassName
{
border-color: #FC325E;
}
.TagClassName
{
border-color: #FC325E;
}
</style>