Shades of Radical Red #FC2576
Tints of Radical Red #FC2576
RGB
CMYK
RGB Variations
Color information
#FC2576 (or 0xFC2576) is known color: Radical Red. HEX triplet: FC, 25 and 76. RGB value is (252,37,118). Sum of RGB (Red+Green+Blue) = 252+37+118=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2576 is #03DA89. Grayscale: #6E6E6E. Windows color (decimal): -252554 or 7742972. OLE color: 7742972.
HSL color Cylindrical-coordinate representation of color #FC2576: hue angle of 337.4º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2576 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 118 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.01 |
| HSL | 337.4º | 0.97% | 0.57% | - |
| HSV(B) | 337.4º | 0.85% | 0.99% | - |
| XYZ | 44.08 | 23.33 | 19.32 | - |
| YUV | 110.52 | 132.23 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 118 | 0 | 0.85 | 0.53 | 0.01 | 337.4 | 0.97 | 0.57 |
| Hex | FC | 25 | 76 | 0 | 55 | 35 | 1 | 151 | 61 | 39 |
| Octal | 374 | 45 | 166 | 0 | 125 | 65 | 1 | 521 | 141 | 71 |
| Binary | 11111100 | 100101 | 1110110 | 0 | 1010101 | 110101 | 1 | 101010001 | 1100001 | 111001 |
Color Harmonies of #FC2576
Complementary color
Monochromatic Colors of #FC2576
Black with #FC2576
Text Example
Text Example
White with #FC2576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2576; }
p { color: rgb(252,37,118); }
H1.HeaderClassName
{
color: #FC2576;
}
.AnyTagClassName
{
color: #FC2576;
}
</style>
background-color css
<style>
a { background-color: #FC2576; }
a { background-color: rgb(252,37,118); }
div.DivClassName
{
background-color: #FC2576;
}
.BgClassName
{
background-color: #FC2576;
}
</style>
border-color css
<style>
span { border-color: #FC2576; }
span { border-color: rgb(252,37,118); }
td.TdClassName
{
border-color: #FC2576;
}
.TagClassName
{
border-color: #FC2576;
}
</style>