Shades of Radical Red #FC4063
Tints of Radical Red #FC4063
RGB
CMYK
RGB Variations
Color information
#FC4063 (or 0xFC4063) is known color: Radical Red. HEX triplet: FC, 40 and 63. RGB value is (252,64,99). Sum of RGB (Red+Green+Blue) = 252+64+99=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4063 is #03BF9C. Grayscale: #7C7C7C. Windows color (decimal): -245661 or 6504700. OLE color: 6504700.
HSL color Cylindrical-coordinate representation of color #FC4063: hue angle of 348.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4063 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 99 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.01 |
| HSL | 348.83º | 0.97% | 0.62% | - |
| HSV(B) | 348.83º | 0.75% | 0.99% | - |
| XYZ | 44.23 | 25.26 | 14.35 | - |
| YUV | 124.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 99 | 0 | 0.75 | 0.61 | 0.01 | 348.83 | 0.97 | 0.62 |
| Hex | FC | 40 | 63 | 0 | 4B | 3D | 1 | 15D | 61 | 3E |
| Octal | 374 | 100 | 143 | 0 | 113 | 75 | 1 | 535 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1100011 | 0 | 1001011 | 111101 | 1 | 101011101 | 1100001 | 111110 |
Color Harmonies of #FC4063
Complementary color
Monochromatic Colors of #FC4063
Black with #FC4063
Text Example
Text Example
White with #FC4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4063; }
p { color: rgb(252,64,99); }
H1.HeaderClassName
{
color: #FC4063;
}
.AnyTagClassName
{
color: #FC4063;
}
</style>
background-color css
<style>
a { background-color: #FC4063; }
a { background-color: rgb(252,64,99); }
div.DivClassName
{
background-color: #FC4063;
}
.BgClassName
{
background-color: #FC4063;
}
</style>
border-color css
<style>
span { border-color: #FC4063; }
span { border-color: rgb(252,64,99); }
td.TdClassName
{
border-color: #FC4063;
}
.TagClassName
{
border-color: #FC4063;
}
</style>