Shades of Radical Red #FC4064
Tints of Radical Red #FC4064
RGB
CMYK
RGB Variations
Color information
#FC4064 (or 0xFC4064) is known color: Radical Red. HEX triplet: FC, 40 and 64. RGB value is (252,64,100). Sum of RGB (Red+Green+Blue) = 252+64+100=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4064 is #03BF9B. Grayscale: #7C7C7C. Windows color (decimal): -245660 or 6570236. OLE color: 6570236.
HSL color Cylindrical-coordinate representation of color #FC4064: hue angle of 348.51º 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 #FC4064 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 100 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.01 |
| HSL | 348.51º | 0.97% | 0.62% | - |
| HSV(B) | 348.51º | 0.75% | 0.99% | - |
| XYZ | 44.28 | 25.28 | 14.6 | - |
| YUV | 124.32 | 114.28 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 100 | 0 | 0.75 | 0.60 | 0.01 | 348.51 | 0.97 | 0.62 |
| Hex | FC | 40 | 64 | 0 | 4B | 3C | 1 | 15D | 61 | 3E |
| Octal | 374 | 100 | 144 | 0 | 113 | 74 | 1 | 535 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1100100 | 0 | 1001011 | 111100 | 1 | 101011101 | 1100001 | 111110 |
Color Harmonies of #FC4064
Complementary color
Monochromatic Colors of #FC4064
Black with #FC4064
Text Example
Text Example
White with #FC4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4064; }
p { color: rgb(252,64,100); }
H1.HeaderClassName
{
color: #FC4064;
}
.AnyTagClassName
{
color: #FC4064;
}
</style>
background-color css
<style>
a { background-color: #FC4064; }
a { background-color: rgb(252,64,100); }
div.DivClassName
{
background-color: #FC4064;
}
.BgClassName
{
background-color: #FC4064;
}
</style>
border-color css
<style>
span { border-color: #FC4064; }
span { border-color: rgb(252,64,100); }
td.TdClassName
{
border-color: #FC4064;
}
.TagClassName
{
border-color: #FC4064;
}
</style>