Shades of Radical Red #FC2E6D
Tints of Radical Red #FC2E6D
RGB
CMYK
RGB Variations
Color information
#FC2E6D (or 0xFC2E6D) is known color: Radical Red. HEX triplet: FC, 2E and 6D. RGB value is (252,46,109). Sum of RGB (Red+Green+Blue) = 252+46+109=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2E6D is #03D192. Grayscale: #727272. Windows color (decimal): -250259 or 7155452. OLE color: 7155452.
HSL color Cylindrical-coordinate representation of color #FC2E6D: hue angle of 341.65º 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 #FC2E6D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 109 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.01 |
| HSL | 341.65º | 0.97% | 0.58% | - |
| HSV(B) | 341.65º | 0.82% | 0.99% | - |
| XYZ | 43.88 | 23.75 | 16.74 | - |
| YUV | 114.78 | 124.75 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 109 | 0 | 0.82 | 0.57 | 0.01 | 341.65 | 0.97 | 0.58 |
| Hex | FC | 2E | 6D | 0 | 52 | 39 | 1 | 156 | 61 | 3A |
| Octal | 374 | 56 | 155 | 0 | 122 | 71 | 1 | 526 | 141 | 72 |
| Binary | 11111100 | 101110 | 1101101 | 0 | 1010010 | 111001 | 1 | 101010110 | 1100001 | 111010 |
Color Harmonies of #FC2E6D
Complementary color
Monochromatic Colors of #FC2E6D
Black with #FC2E6D
Text Example
Text Example
White with #FC2E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E6D; }
p { color: rgb(252,46,109); }
H1.HeaderClassName
{
color: #FC2E6D;
}
.AnyTagClassName
{
color: #FC2E6D;
}
</style>
background-color css
<style>
a { background-color: #FC2E6D; }
a { background-color: rgb(252,46,109); }
div.DivClassName
{
background-color: #FC2E6D;
}
.BgClassName
{
background-color: #FC2E6D;
}
</style>
border-color css
<style>
span { border-color: #FC2E6D; }
span { border-color: rgb(252,46,109); }
td.TdClassName
{
border-color: #FC2E6D;
}
.TagClassName
{
border-color: #FC2E6D;
}
</style>