Shades of Radical Red #FC2871
Tints of Radical Red #FC2871
RGB
CMYK
RGB Variations
Color information
#FC2871 (or 0xFC2871) is known color: Radical Red. HEX triplet: FC, 28 and 71. RGB value is (252,40,113). Sum of RGB (Red+Green+Blue) = 252+40+113=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2871 is #03D78E. Grayscale: #6F6F6F. Windows color (decimal): -251791 or 7416060. OLE color: 7416060.
HSL color Cylindrical-coordinate representation of color #FC2871: hue angle of 339.34º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2871 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 113 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.01 |
| HSL | 339.34º | 0.97% | 0.57% | - |
| HSV(B) | 339.34º | 0.84% | 0.99% | - |
| XYZ | 43.88 | 23.41 | 17.83 | - |
| YUV | 111.71 | 128.74 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 113 | 0 | 0.84 | 0.55 | 0.01 | 339.34 | 0.97 | 0.57 |
| Hex | FC | 28 | 71 | 0 | 54 | 37 | 1 | 153 | 61 | 39 |
| Octal | 374 | 50 | 161 | 0 | 124 | 67 | 1 | 523 | 141 | 71 |
| Binary | 11111100 | 101000 | 1110001 | 0 | 1010100 | 110111 | 1 | 101010011 | 1100001 | 111001 |
Color Harmonies of #FC2871
Complementary color
Monochromatic Colors of #FC2871
Black with #FC2871
Text Example
Text Example
White with #FC2871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2871; }
p { color: rgb(252,40,113); }
H1.HeaderClassName
{
color: #FC2871;
}
.AnyTagClassName
{
color: #FC2871;
}
</style>
background-color css
<style>
a { background-color: #FC2871; }
a { background-color: rgb(252,40,113); }
div.DivClassName
{
background-color: #FC2871;
}
.BgClassName
{
background-color: #FC2871;
}
</style>
border-color css
<style>
span { border-color: #FC2871; }
span { border-color: rgb(252,40,113); }
td.TdClassName
{
border-color: #FC2871;
}
.TagClassName
{
border-color: #FC2871;
}
</style>