Shades of Radical Red #FC2C52
Tints of Radical Red #FC2C52
RGB
CMYK
RGB Variations
Color information
#FC2C52 (or 0xFC2C52) is known color: Radical Red. HEX triplet: FC, 2C and 52. RGB value is (252,44,82). Sum of RGB (Red+Green+Blue) = 252+44+82=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C52 is #03D3AD. Grayscale: #6E6E6E. Windows color (decimal): -250798 or 5385468. OLE color: 5385468.
HSL color Cylindrical-coordinate representation of color #FC2C52: hue angle of 349.04º 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 #FC2C52 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 82 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.01 |
| HSL | 349.04º | 0.97% | 0.58% | - |
| HSV(B) | 349.04º | 0.83% | 0.99% | - |
| XYZ | 42.57 | 23.11 | 10.2 | - |
| YUV | 110.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 82 | 0 | 0.83 | 0.67 | 0.01 | 349.04 | 0.97 | 0.58 |
| Hex | FC | 2C | 52 | 0 | 53 | 43 | 1 | 15D | 61 | 3A |
| Octal | 374 | 54 | 122 | 0 | 123 | 103 | 1 | 535 | 141 | 72 |
| Binary | 11111100 | 101100 | 1010010 | 0 | 1010011 | 1000011 | 1 | 101011101 | 1100001 | 111010 |
Color Harmonies of #FC2C52
Complementary color
Monochromatic Colors of #FC2C52
Black with #FC2C52
Text Example
Text Example
White with #FC2C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C52; }
p { color: rgb(252,44,82); }
H1.HeaderClassName
{
color: #FC2C52;
}
.AnyTagClassName
{
color: #FC2C52;
}
</style>
background-color css
<style>
a { background-color: #FC2C52; }
a { background-color: rgb(252,44,82); }
div.DivClassName
{
background-color: #FC2C52;
}
.BgClassName
{
background-color: #FC2C52;
}
</style>
border-color css
<style>
span { border-color: #FC2C52; }
span { border-color: rgb(252,44,82); }
td.TdClassName
{
border-color: #FC2C52;
}
.TagClassName
{
border-color: #FC2C52;
}
</style>