Shades of Radical Red #FC2963
Tints of Radical Red #FC2963
RGB
CMYK
RGB Variations
Color information
#FC2963 (or 0xFC2963) is known color: Radical Red. HEX triplet: FC, 29 and 63. RGB value is (252,41,99). Sum of RGB (Red+Green+Blue) = 252+41+99=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2963 is #03D69C. Grayscale: #6E6E6E. Windows color (decimal): -251549 or 6498812. OLE color: 6498812.
HSL color Cylindrical-coordinate representation of color #FC2963: hue angle of 343.51º 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 #FC2963 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 99 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.01 |
| HSL | 343.51º | 0.97% | 0.57% | - |
| HSV(B) | 343.51º | 0.84% | 0.99% | - |
| XYZ | 43.19 | 23.18 | 14 | - |
| YUV | 110.7 | 121.4 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 99 | 0 | 0.84 | 0.61 | 0.01 | 343.51 | 0.97 | 0.57 |
| Hex | FC | 29 | 63 | 0 | 54 | 3D | 1 | 158 | 61 | 39 |
| Octal | 374 | 51 | 143 | 0 | 124 | 75 | 1 | 530 | 141 | 71 |
| Binary | 11111100 | 101001 | 1100011 | 0 | 1010100 | 111101 | 1 | 101011000 | 1100001 | 111001 |
Color Harmonies of #FC2963
Complementary color
Monochromatic Colors of #FC2963
Black with #FC2963
Text Example
Text Example
White with #FC2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2963; }
p { color: rgb(252,41,99); }
H1.HeaderClassName
{
color: #FC2963;
}
.AnyTagClassName
{
color: #FC2963;
}
</style>
background-color css
<style>
a { background-color: #FC2963; }
a { background-color: rgb(252,41,99); }
div.DivClassName
{
background-color: #FC2963;
}
.BgClassName
{
background-color: #FC2963;
}
</style>
border-color css
<style>
span { border-color: #FC2963; }
span { border-color: rgb(252,41,99); }
td.TdClassName
{
border-color: #FC2963;
}
.TagClassName
{
border-color: #FC2963;
}
</style>