Shades of Radical Red #FC325C
Tints of Radical Red #FC325C
RGB
CMYK
RGB Variations
Color information
#FC325C (or 0xFC325C) is known color: Radical Red. HEX triplet: FC, 32 and 5C. RGB value is (252,50,92). Sum of RGB (Red+Green+Blue) = 252+50+92=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC325C is #03CDA3. Grayscale: #737373. Windows color (decimal): -249252 or 6042364. OLE color: 6042364.
HSL color Cylindrical-coordinate representation of color #FC325C: hue angle of 347.52º 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 #FC325C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 92 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.01 |
| HSL | 347.52º | 0.97% | 0.59% | - |
| HSV(B) | 347.52º | 0.8% | 0.99% | - |
| XYZ | 43.22 | 23.75 | 12.43 | - |
| YUV | 115.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 92 | 0 | 0.80 | 0.63 | 0.01 | 347.52 | 0.97 | 0.59 |
| Hex | FC | 32 | 5C | 0 | 50 | 3F | 1 | 15C | 61 | 3B |
| Octal | 374 | 62 | 134 | 0 | 120 | 77 | 1 | 534 | 141 | 73 |
| Binary | 11111100 | 110010 | 1011100 | 0 | 1010000 | 111111 | 1 | 101011100 | 1100001 | 111011 |
Color Harmonies of #FC325C
Complementary color
Monochromatic Colors of #FC325C
Black with #FC325C
Text Example
Text Example
White with #FC325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC325C; }
p { color: rgb(252,50,92); }
H1.HeaderClassName
{
color: #FC325C;
}
.AnyTagClassName
{
color: #FC325C;
}
</style>
background-color css
<style>
a { background-color: #FC325C; }
a { background-color: rgb(252,50,92); }
div.DivClassName
{
background-color: #FC325C;
}
.BgClassName
{
background-color: #FC325C;
}
</style>
border-color css
<style>
span { border-color: #FC325C; }
span { border-color: rgb(252,50,92); }
td.TdClassName
{
border-color: #FC325C;
}
.TagClassName
{
border-color: #FC325C;
}
</style>