Shades of Radical Red #FC2A6C
Tints of Radical Red #FC2A6C
RGB
CMYK
RGB Variations
Color information
#FC2A6C (or 0xFC2A6C) is known color: Radical Red. HEX triplet: FC, 2A and 6C. RGB value is (252,42,108). Sum of RGB (Red+Green+Blue) = 252+42+108=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2A6C is #03D593. Grayscale: #707070. Windows color (decimal): -251284 or 7088892. OLE color: 7088892.
HSL color Cylindrical-coordinate representation of color #FC2A6C: hue angle of 341.14º 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 #FC2A6C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 108 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.01 |
| HSL | 341.14º | 0.97% | 0.58% | - |
| HSV(B) | 341.14º | 0.83% | 0.99% | - |
| XYZ | 43.68 | 23.43 | 16.41 | - |
| YUV | 112.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 108 | 0 | 0.83 | 0.57 | 0.01 | 341.14 | 0.97 | 0.58 |
| Hex | FC | 2A | 6C | 0 | 53 | 39 | 1 | 155 | 61 | 3A |
| Octal | 374 | 52 | 154 | 0 | 123 | 71 | 1 | 525 | 141 | 72 |
| Binary | 11111100 | 101010 | 1101100 | 0 | 1010011 | 111001 | 1 | 101010101 | 1100001 | 111010 |
Color Harmonies of #FC2A6C
Complementary color
Monochromatic Colors of #FC2A6C
Black with #FC2A6C
Text Example
Text Example
White with #FC2A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A6C; }
p { color: rgb(252,42,108); }
H1.HeaderClassName
{
color: #FC2A6C;
}
.AnyTagClassName
{
color: #FC2A6C;
}
</style>
background-color css
<style>
a { background-color: #FC2A6C; }
a { background-color: rgb(252,42,108); }
div.DivClassName
{
background-color: #FC2A6C;
}
.BgClassName
{
background-color: #FC2A6C;
}
</style>
border-color css
<style>
span { border-color: #FC2A6C; }
span { border-color: rgb(252,42,108); }
td.TdClassName
{
border-color: #FC2A6C;
}
.TagClassName
{
border-color: #FC2A6C;
}
</style>