Shades of Radical Red #FC2063
Tints of Radical Red #FC2063
RGB
CMYK
RGB Variations
Color information
#FC2063 (or 0xFC2063) is known color: Radical Red. HEX triplet: FC, 20 and 63. RGB value is (252,32,99). Sum of RGB (Red+Green+Blue) = 252+32+99=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2063 is #03DF9C. Grayscale: #696969. Windows color (decimal): -253853 or 6496508. OLE color: 6496508.
HSL color Cylindrical-coordinate representation of color #FC2063: hue angle of 341.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2063 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 99 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.01 |
| HSL | 341.73º | 0.97% | 0.56% | - |
| HSV(B) | 341.73º | 0.87% | 0.99% | - |
| XYZ | 42.91 | 22.63 | 13.91 | - |
| YUV | 105.42 | 124.39 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 99 | 0 | 0.87 | 0.61 | 0.01 | 341.73 | 0.97 | 0.56 |
| Hex | FC | 20 | 63 | 0 | 57 | 3D | 1 | 156 | 61 | 38 |
| Octal | 374 | 40 | 143 | 0 | 127 | 75 | 1 | 526 | 141 | 70 |
| Binary | 11111100 | 100000 | 1100011 | 0 | 1010111 | 111101 | 1 | 101010110 | 1100001 | 111000 |
Color Harmonies of #FC2063
Complementary color
Monochromatic Colors of #FC2063
Black with #FC2063
Text Example
Text Example
White with #FC2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2063; }
p { color: rgb(252,32,99); }
H1.HeaderClassName
{
color: #FC2063;
}
.AnyTagClassName
{
color: #FC2063;
}
</style>
background-color css
<style>
a { background-color: #FC2063; }
a { background-color: rgb(252,32,99); }
div.DivClassName
{
background-color: #FC2063;
}
.BgClassName
{
background-color: #FC2063;
}
</style>
border-color css
<style>
span { border-color: #FC2063; }
span { border-color: rgb(252,32,99); }
td.TdClassName
{
border-color: #FC2063;
}
.TagClassName
{
border-color: #FC2063;
}
</style>