Shades of Radical Red #FC2C5F
Tints of Radical Red #FC2C5F
RGB
CMYK
RGB Variations
Color information
#FC2C5F (or 0xFC2C5F) is known color: Radical Red. HEX triplet: FC, 2C and 5F. RGB value is (252,44,95). Sum of RGB (Red+Green+Blue) = 252+44+95=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C5F is #03D3A0. Grayscale: #707070. Windows color (decimal): -250785 or 6237436. OLE color: 6237436.
HSL color Cylindrical-coordinate representation of color #FC2C5F: hue angle of 345.29º 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 #FC2C5F is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 95 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.01 |
| HSL | 345.29º | 0.97% | 0.58% | - |
| HSV(B) | 345.29º | 0.83% | 0.99% | - |
| XYZ | 43.11 | 23.32 | 13.06 | - |
| YUV | 112.01 | 118.41 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 95 | 0 | 0.83 | 0.62 | 0.01 | 345.29 | 0.97 | 0.58 |
| Hex | FC | 2C | 5F | 0 | 53 | 3E | 1 | 159 | 61 | 3A |
| Octal | 374 | 54 | 137 | 0 | 123 | 76 | 1 | 531 | 141 | 72 |
| Binary | 11111100 | 101100 | 1011111 | 0 | 1010011 | 111110 | 1 | 101011001 | 1100001 | 111010 |
Color Harmonies of #FC2C5F
Complementary color
Monochromatic Colors of #FC2C5F
Black with #FC2C5F
Text Example
Text Example
White with #FC2C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C5F; }
p { color: rgb(252,44,95); }
H1.HeaderClassName
{
color: #FC2C5F;
}
.AnyTagClassName
{
color: #FC2C5F;
}
</style>
background-color css
<style>
a { background-color: #FC2C5F; }
a { background-color: rgb(252,44,95); }
div.DivClassName
{
background-color: #FC2C5F;
}
.BgClassName
{
background-color: #FC2C5F;
}
</style>
border-color css
<style>
span { border-color: #FC2C5F; }
span { border-color: rgb(252,44,95); }
td.TdClassName
{
border-color: #FC2C5F;
}
.TagClassName
{
border-color: #FC2C5F;
}
</style>