Shades of Radical Red #FC4464
Tints of Radical Red #FC4464
RGB
CMYK
RGB Variations
Color information
#FC4464 (or 0xFC4464) is known color: Radical Red. HEX triplet: FC, 44 and 64. RGB value is (252,68,100). Sum of RGB (Red+Green+Blue) = 252+68+100=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4464 is #03BB9B. Grayscale: #7E7E7E. Windows color (decimal): -244636 or 6571260. OLE color: 6571260.
HSL color Cylindrical-coordinate representation of color #FC4464: hue angle of 349.57º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4464 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 100 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.01 |
| HSL | 349.57º | 0.97% | 0.63% | - |
| HSV(B) | 349.57º | 0.73% | 0.99% | - |
| XYZ | 44.51 | 25.75 | 14.68 | - |
| YUV | 126.66 | 112.96 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 100 | 0 | 0.73 | 0.60 | 0.01 | 349.57 | 0.97 | 0.63 |
| Hex | FC | 44 | 64 | 0 | 49 | 3C | 1 | 15E | 61 | 3F |
| Octal | 374 | 104 | 144 | 0 | 111 | 74 | 1 | 536 | 141 | 77 |
| Binary | 11111100 | 1000100 | 1100100 | 0 | 1001001 | 111100 | 1 | 101011110 | 1100001 | 111111 |
Color Harmonies of #FC4464
Complementary color
Monochromatic Colors of #FC4464
Black with #FC4464
Text Example
Text Example
White with #FC4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4464; }
p { color: rgb(252,68,100); }
H1.HeaderClassName
{
color: #FC4464;
}
.AnyTagClassName
{
color: #FC4464;
}
</style>
background-color css
<style>
a { background-color: #FC4464; }
a { background-color: rgb(252,68,100); }
div.DivClassName
{
background-color: #FC4464;
}
.BgClassName
{
background-color: #FC4464;
}
</style>
border-color css
<style>
span { border-color: #FC4464; }
span { border-color: rgb(252,68,100); }
td.TdClassName
{
border-color: #FC4464;
}
.TagClassName
{
border-color: #FC4464;
}
</style>