Shades of Radical Red #FC2C63
Tints of Radical Red #FC2C63
RGB
CMYK
RGB Variations
Color information
#FC2C63 (or 0xFC2C63) is known color: Radical Red. HEX triplet: FC, 2C and 63. RGB value is (252,44,99). Sum of RGB (Red+Green+Blue) = 252+44+99=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C63 is #03D39C. Grayscale: #707070. Windows color (decimal): -250781 or 6499580. OLE color: 6499580.
HSL color Cylindrical-coordinate representation of color #FC2C63: hue angle of 344.13º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2C63 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 99 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.01 |
| HSL | 344.13º | 0.97% | 0.58% | - |
| HSV(B) | 344.13º | 0.83% | 0.99% | - |
| XYZ | 43.3 | 23.4 | 14.04 | - |
| YUV | 112.46 | 120.41 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 99 | 0 | 0.83 | 0.61 | 0.01 | 344.13 | 0.97 | 0.58 |
| Hex | FC | 2C | 63 | 0 | 53 | 3D | 1 | 158 | 61 | 3A |
| Octal | 374 | 54 | 143 | 0 | 123 | 75 | 1 | 530 | 141 | 72 |
| Binary | 11111100 | 101100 | 1100011 | 0 | 1010011 | 111101 | 1 | 101011000 | 1100001 | 111010 |
Color Harmonies of #FC2C63
Complementary color
Monochromatic Colors of #FC2C63
Black with #FC2C63
Text Example
Text Example
White with #FC2C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C63; }
p { color: rgb(252,44,99); }
H1.HeaderClassName
{
color: #FC2C63;
}
.AnyTagClassName
{
color: #FC2C63;
}
</style>
background-color css
<style>
a { background-color: #FC2C63; }
a { background-color: rgb(252,44,99); }
div.DivClassName
{
background-color: #FC2C63;
}
.BgClassName
{
background-color: #FC2C63;
}
</style>
border-color css
<style>
span { border-color: #FC2C63; }
span { border-color: rgb(252,44,99); }
td.TdClassName
{
border-color: #FC2C63;
}
.TagClassName
{
border-color: #FC2C63;
}
</style>