Shades of Radical Red #FC2862
Tints of Radical Red #FC2862
RGB
CMYK
RGB Variations
Color information
#FC2862 (or 0xFC2862) is known color: Radical Red. HEX triplet: FC, 28 and 62. RGB value is (252,40,98). Sum of RGB (Red+Green+Blue) = 252+40+98=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2862 is #03D79D. Grayscale: #6D6D6D. Windows color (decimal): -251806 or 6433020. OLE color: 6433020.
HSL color Cylindrical-coordinate representation of color #FC2862: hue angle of 343.58º 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 #FC2862 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 98 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.01 |
| HSL | 343.58º | 0.97% | 0.57% | - |
| HSV(B) | 343.58º | 0.84% | 0.99% | - |
| XYZ | 43.11 | 23.09 | 13.74 | - |
| YUV | 110 | 121.24 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 98 | 0 | 0.84 | 0.61 | 0.01 | 343.58 | 0.97 | 0.57 |
| Hex | FC | 28 | 62 | 0 | 54 | 3D | 1 | 158 | 61 | 39 |
| Octal | 374 | 50 | 142 | 0 | 124 | 75 | 1 | 530 | 141 | 71 |
| Binary | 11111100 | 101000 | 1100010 | 0 | 1010100 | 111101 | 1 | 101011000 | 1100001 | 111001 |
Color Harmonies of #FC2862
Complementary color
Monochromatic Colors of #FC2862
Black with #FC2862
Text Example
Text Example
White with #FC2862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2862; }
p { color: rgb(252,40,98); }
H1.HeaderClassName
{
color: #FC2862;
}
.AnyTagClassName
{
color: #FC2862;
}
</style>
background-color css
<style>
a { background-color: #FC2862; }
a { background-color: rgb(252,40,98); }
div.DivClassName
{
background-color: #FC2862;
}
.BgClassName
{
background-color: #FC2862;
}
</style>
border-color css
<style>
span { border-color: #FC2862; }
span { border-color: rgb(252,40,98); }
td.TdClassName
{
border-color: #FC2862;
}
.TagClassName
{
border-color: #FC2862;
}
</style>