Shades of Radical Red #FC2D6A
Tints of Radical Red #FC2D6A
RGB
CMYK
RGB Variations
Color information
#FC2D6A (or 0xFC2D6A) is known color: Radical Red. HEX triplet: FC, 2D and 6A. RGB value is (252,45,106). Sum of RGB (Red+Green+Blue) = 252+45+106=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D6A is #03D295. Grayscale: #717171. Windows color (decimal): -250518 or 6958588. OLE color: 6958588.
HSL color Cylindrical-coordinate representation of color #FC2D6A: hue angle of 342.32º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D6A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 106 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.01 |
| HSL | 342.32º | 0.97% | 0.58% | - |
| HSV(B) | 342.32º | 0.82% | 0.99% | - |
| XYZ | 43.68 | 23.61 | 15.89 | - |
| YUV | 113.85 | 123.58 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 106 | 0 | 0.82 | 0.58 | 0.01 | 342.32 | 0.97 | 0.58 |
| Hex | FC | 2D | 6A | 0 | 52 | 3A | 1 | 156 | 61 | 3A |
| Octal | 374 | 55 | 152 | 0 | 122 | 72 | 1 | 526 | 141 | 72 |
| Binary | 11111100 | 101101 | 1101010 | 0 | 1010010 | 111010 | 1 | 101010110 | 1100001 | 111010 |
Color Harmonies of #FC2D6A
Complementary color
Monochromatic Colors of #FC2D6A
Black with #FC2D6A
Text Example
Text Example
White with #FC2D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D6A; }
p { color: rgb(252,45,106); }
H1.HeaderClassName
{
color: #FC2D6A;
}
.AnyTagClassName
{
color: #FC2D6A;
}
</style>
background-color css
<style>
a { background-color: #FC2D6A; }
a { background-color: rgb(252,45,106); }
div.DivClassName
{
background-color: #FC2D6A;
}
.BgClassName
{
background-color: #FC2D6A;
}
</style>
border-color css
<style>
span { border-color: #FC2D6A; }
span { border-color: rgb(252,45,106); }
td.TdClassName
{
border-color: #FC2D6A;
}
.TagClassName
{
border-color: #FC2D6A;
}
</style>