Shades of Radical Red #FC2E74
Tints of Radical Red #FC2E74
RGB
CMYK
RGB Variations
Color information
#FC2E74 (or 0xFC2E74) is known color: Radical Red. HEX triplet: FC, 2E and 74. RGB value is (252,46,116). Sum of RGB (Red+Green+Blue) = 252+46+116=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2E74 is #03D18B. Grayscale: #737373. Windows color (decimal): -250252 or 7614204. OLE color: 7614204.
HSL color Cylindrical-coordinate representation of color #FC2E74: hue angle of 339.61º 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 #FC2E74 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 116 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.01 |
| HSL | 339.61º | 0.97% | 0.58% | - |
| HSV(B) | 339.61º | 0.82% | 0.99% | - |
| XYZ | 44.27 | 23.91 | 18.8 | - |
| YUV | 115.57 | 128.25 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 116 | 0 | 0.82 | 0.54 | 0.01 | 339.61 | 0.97 | 0.58 |
| Hex | FC | 2E | 74 | 0 | 52 | 36 | 1 | 154 | 61 | 3A |
| Octal | 374 | 56 | 164 | 0 | 122 | 66 | 1 | 524 | 141 | 72 |
| Binary | 11111100 | 101110 | 1110100 | 0 | 1010010 | 110110 | 1 | 101010100 | 1100001 | 111010 |
Color Harmonies of #FC2E74
Complementary color
Monochromatic Colors of #FC2E74
Black with #FC2E74
Text Example
Text Example
White with #FC2E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E74; }
p { color: rgb(252,46,116); }
H1.HeaderClassName
{
color: #FC2E74;
}
.AnyTagClassName
{
color: #FC2E74;
}
</style>
background-color css
<style>
a { background-color: #FC2E74; }
a { background-color: rgb(252,46,116); }
div.DivClassName
{
background-color: #FC2E74;
}
.BgClassName
{
background-color: #FC2E74;
}
</style>
border-color css
<style>
span { border-color: #FC2E74; }
span { border-color: rgb(252,46,116); }
td.TdClassName
{
border-color: #FC2E74;
}
.TagClassName
{
border-color: #FC2E74;
}
</style>