Shades of Radical Red #FC2E6A
Tints of Radical Red #FC2E6A
RGB
CMYK
RGB Variations
Color information
#FC2E6A (or 0xFC2E6A) is known color: Radical Red. HEX triplet: FC, 2E and 6A. RGB value is (252,46,106). Sum of RGB (Red+Green+Blue) = 252+46+106=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2E6A is #03D195. Grayscale: #727272. Windows color (decimal): -250262 or 6958844. OLE color: 6958844.
HSL color Cylindrical-coordinate representation of color #FC2E6A: hue angle of 342.52º 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 #FC2E6A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 106 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.01 |
| HSL | 342.52º | 0.97% | 0.58% | - |
| HSV(B) | 342.52º | 0.82% | 0.99% | - |
| XYZ | 43.72 | 23.69 | 15.9 | - |
| YUV | 114.43 | 123.25 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 106 | 0 | 0.82 | 0.58 | 0.01 | 342.52 | 0.97 | 0.58 |
| Hex | FC | 2E | 6A | 0 | 52 | 3A | 1 | 157 | 61 | 3A |
| Octal | 374 | 56 | 152 | 0 | 122 | 72 | 1 | 527 | 141 | 72 |
| Binary | 11111100 | 101110 | 1101010 | 0 | 1010010 | 111010 | 1 | 101010111 | 1100001 | 111010 |
Color Harmonies of #FC2E6A
Complementary color
Monochromatic Colors of #FC2E6A
Black with #FC2E6A
Text Example
Text Example
White with #FC2E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E6A; }
p { color: rgb(252,46,106); }
H1.HeaderClassName
{
color: #FC2E6A;
}
.AnyTagClassName
{
color: #FC2E6A;
}
</style>
background-color css
<style>
a { background-color: #FC2E6A; }
a { background-color: rgb(252,46,106); }
div.DivClassName
{
background-color: #FC2E6A;
}
.BgClassName
{
background-color: #FC2E6A;
}
</style>
border-color css
<style>
span { border-color: #FC2E6A; }
span { border-color: rgb(252,46,106); }
td.TdClassName
{
border-color: #FC2E6A;
}
.TagClassName
{
border-color: #FC2E6A;
}
</style>