Shades of Radical Red #FC325F
Tints of Radical Red #FC325F
RGB
CMYK
RGB Variations
Color information
#FC325F (or 0xFC325F) is known color: Radical Red. HEX triplet: FC, 32 and 5F. RGB value is (252,50,95). Sum of RGB (Red+Green+Blue) = 252+50+95=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC325F is #03CDA0. Grayscale: #737373. Windows color (decimal): -249249 or 6238972. OLE color: 6238972.
HSL color Cylindrical-coordinate representation of color #FC325F: hue angle of 346.63º 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 #FC325F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 95 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.01 |
| HSL | 346.63º | 0.97% | 0.59% | - |
| HSV(B) | 346.63º | 0.8% | 0.99% | - |
| XYZ | 43.35 | 23.8 | 13.14 | - |
| YUV | 115.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 95 | 0 | 0.80 | 0.62 | 0.01 | 346.63 | 0.97 | 0.59 |
| Hex | FC | 32 | 5F | 0 | 50 | 3E | 1 | 15B | 61 | 3B |
| Octal | 374 | 62 | 137 | 0 | 120 | 76 | 1 | 533 | 141 | 73 |
| Binary | 11111100 | 110010 | 1011111 | 0 | 1010000 | 111110 | 1 | 101011011 | 1100001 | 111011 |
Color Harmonies of #FC325F
Complementary color
Monochromatic Colors of #FC325F
Black with #FC325F
Text Example
Text Example
White with #FC325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC325F; }
p { color: rgb(252,50,95); }
H1.HeaderClassName
{
color: #FC325F;
}
.AnyTagClassName
{
color: #FC325F;
}
</style>
background-color css
<style>
a { background-color: #FC325F; }
a { background-color: rgb(252,50,95); }
div.DivClassName
{
background-color: #FC325F;
}
.BgClassName
{
background-color: #FC325F;
}
</style>
border-color css
<style>
span { border-color: #FC325F; }
span { border-color: rgb(252,50,95); }
td.TdClassName
{
border-color: #FC325F;
}
.TagClassName
{
border-color: #FC325F;
}
</style>