Shades of Radical Red #FC2E77
Tints of Radical Red #FC2E77
RGB
CMYK
RGB Variations
Color information
#FC2E77 (or 0xFC2E77) is known color: Radical Red. HEX triplet: FC, 2E and 77. RGB value is (252,46,119). Sum of RGB (Red+Green+Blue) = 252+46+119=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2E77 is #03D188. Grayscale: #737373. Windows color (decimal): -250249 or 7810812. OLE color: 7810812.
HSL color Cylindrical-coordinate representation of color #FC2E77: hue angle of 338.74º 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 #FC2E77 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 119 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.01 |
| HSL | 338.74º | 0.97% | 0.58% | - |
| HSV(B) | 338.74º | 0.82% | 0.99% | - |
| XYZ | 44.45 | 23.98 | 19.74 | - |
| YUV | 115.92 | 129.75 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 119 | 0 | 0.82 | 0.53 | 0.01 | 338.74 | 0.97 | 0.58 |
| Hex | FC | 2E | 77 | 0 | 52 | 35 | 1 | 153 | 61 | 3A |
| Octal | 374 | 56 | 167 | 0 | 122 | 65 | 1 | 523 | 141 | 72 |
| Binary | 11111100 | 101110 | 1110111 | 0 | 1010010 | 110101 | 1 | 101010011 | 1100001 | 111010 |
Color Harmonies of #FC2E77
Complementary color
Monochromatic Colors of #FC2E77
Black with #FC2E77
Text Example
Text Example
White with #FC2E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E77; }
p { color: rgb(252,46,119); }
H1.HeaderClassName
{
color: #FC2E77;
}
.AnyTagClassName
{
color: #FC2E77;
}
</style>
background-color css
<style>
a { background-color: #FC2E77; }
a { background-color: rgb(252,46,119); }
div.DivClassName
{
background-color: #FC2E77;
}
.BgClassName
{
background-color: #FC2E77;
}
</style>
border-color css
<style>
span { border-color: #FC2E77; }
span { border-color: rgb(252,46,119); }
td.TdClassName
{
border-color: #FC2E77;
}
.TagClassName
{
border-color: #FC2E77;
}
</style>