Shades of Radical Red #FC2863
Tints of Radical Red #FC2863
RGB
CMYK
RGB Variations
Color information
#FC2863 (or 0xFC2863) is known color: Radical Red. HEX triplet: FC, 28 and 63. RGB value is (252,40,99). Sum of RGB (Red+Green+Blue) = 252+40+99=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2863 is #03D79C. Grayscale: #6E6E6E. Windows color (decimal): -251805 or 6498556. OLE color: 6498556.
HSL color Cylindrical-coordinate representation of color #FC2863: hue angle of 343.3º 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 #FC2863 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 99 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.01 |
| HSL | 343.3º | 0.97% | 0.57% | - |
| HSV(B) | 343.3º | 0.84% | 0.99% | - |
| XYZ | 43.16 | 23.11 | 13.99 | - |
| YUV | 110.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 99 | 0 | 0.84 | 0.61 | 0.01 | 343.3 | 0.97 | 0.57 |
| Hex | FC | 28 | 63 | 0 | 54 | 3D | 1 | 157 | 61 | 39 |
| Octal | 374 | 50 | 143 | 0 | 124 | 75 | 1 | 527 | 141 | 71 |
| Binary | 11111100 | 101000 | 1100011 | 0 | 1010100 | 111101 | 1 | 101010111 | 1100001 | 111001 |
Color Harmonies of #FC2863
Complementary color
Monochromatic Colors of #FC2863
Black with #FC2863
Text Example
Text Example
White with #FC2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2863; }
p { color: rgb(252,40,99); }
H1.HeaderClassName
{
color: #FC2863;
}
.AnyTagClassName
{
color: #FC2863;
}
</style>
background-color css
<style>
a { background-color: #FC2863; }
a { background-color: rgb(252,40,99); }
div.DivClassName
{
background-color: #FC2863;
}
.BgClassName
{
background-color: #FC2863;
}
</style>
border-color css
<style>
span { border-color: #FC2863; }
span { border-color: rgb(252,40,99); }
td.TdClassName
{
border-color: #FC2863;
}
.TagClassName
{
border-color: #FC2863;
}
</style>