Shades of Radical Red #FC2C49
Tints of Radical Red #FC2C49
RGB
CMYK
RGB Variations
Color information
#FC2C49 (or 0xFC2C49) is known color: Radical Red. HEX triplet: FC, 2C and 49. RGB value is (252,44,73). Sum of RGB (Red+Green+Blue) = 252+44+73=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C49 is #03D3B6. Grayscale: #6D6D6D. Windows color (decimal): -250807 or 4795644. OLE color: 4795644.
HSL color Cylindrical-coordinate representation of color #FC2C49: hue angle of 351.63º 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 #FC2C49 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 73 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.01 |
| HSL | 351.63º | 0.97% | 0.58% | - |
| HSV(B) | 351.63º | 0.83% | 0.99% | - |
| XYZ | 42.25 | 22.98 | 8.51 | - |
| YUV | 109.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 73 | 0 | 0.83 | 0.71 | 0.01 | 351.63 | 0.97 | 0.58 |
| Hex | FC | 2C | 49 | 0 | 53 | 47 | 1 | 160 | 61 | 3A |
| Octal | 374 | 54 | 111 | 0 | 123 | 107 | 1 | 540 | 141 | 72 |
| Binary | 11111100 | 101100 | 1001001 | 0 | 1010011 | 1000111 | 1 | 101100000 | 1100001 | 111010 |
Color Harmonies of #FC2C49
Complementary color
Monochromatic Colors of #FC2C49
Black with #FC2C49
Text Example
Text Example
White with #FC2C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C49; }
p { color: rgb(252,44,73); }
H1.HeaderClassName
{
color: #FC2C49;
}
.AnyTagClassName
{
color: #FC2C49;
}
</style>
background-color css
<style>
a { background-color: #FC2C49; }
a { background-color: rgb(252,44,73); }
div.DivClassName
{
background-color: #FC2C49;
}
.BgClassName
{
background-color: #FC2C49;
}
</style>
border-color css
<style>
span { border-color: #FC2C49; }
span { border-color: rgb(252,44,73); }
td.TdClassName
{
border-color: #FC2C49;
}
.TagClassName
{
border-color: #FC2C49;
}
</style>