Shades of Radical Red #FC2870
Tints of Radical Red #FC2870
RGB
CMYK
RGB Variations
Color information
#FC2870 (or 0xFC2870) is known color: Radical Red. HEX triplet: FC, 28 and 70. RGB value is (252,40,112). Sum of RGB (Red+Green+Blue) = 252+40+112=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2870 is #03D78F. Grayscale: #6F6F6F. Windows color (decimal): -251792 or 7350524. OLE color: 7350524.
HSL color Cylindrical-coordinate representation of color #FC2870: hue angle of 339.62º 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 #FC2870 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 112 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.01 |
| HSL | 339.62º | 0.97% | 0.57% | - |
| HSV(B) | 339.62º | 0.84% | 0.99% | - |
| XYZ | 43.83 | 23.38 | 17.53 | - |
| YUV | 111.6 | 128.24 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 112 | 0 | 0.84 | 0.56 | 0.01 | 339.62 | 0.97 | 0.57 |
| Hex | FC | 28 | 70 | 0 | 54 | 38 | 1 | 154 | 61 | 39 |
| Octal | 374 | 50 | 160 | 0 | 124 | 70 | 1 | 524 | 141 | 71 |
| Binary | 11111100 | 101000 | 1110000 | 0 | 1010100 | 111000 | 1 | 101010100 | 1100001 | 111001 |
Color Harmonies of #FC2870
Complementary color
Monochromatic Colors of #FC2870
Black with #FC2870
Text Example
Text Example
White with #FC2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2870; }
p { color: rgb(252,40,112); }
H1.HeaderClassName
{
color: #FC2870;
}
.AnyTagClassName
{
color: #FC2870;
}
</style>
background-color css
<style>
a { background-color: #FC2870; }
a { background-color: rgb(252,40,112); }
div.DivClassName
{
background-color: #FC2870;
}
.BgClassName
{
background-color: #FC2870;
}
</style>
border-color css
<style>
span { border-color: #FC2870; }
span { border-color: rgb(252,40,112); }
td.TdClassName
{
border-color: #FC2870;
}
.TagClassName
{
border-color: #FC2870;
}
</style>