Shades of Radical Red #FC4456
Tints of Radical Red #FC4456
RGB
CMYK
RGB Variations
Color information
#FC4456 (or 0xFC4456) is known color: Radical Red. HEX triplet: FC, 44 and 56. RGB value is (252,68,86). Sum of RGB (Red+Green+Blue) = 252+68+86=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4456 is #03BBA9. Grayscale: #7D7D7D. Windows color (decimal): -244650 or 5653756. OLE color: 5653756.
HSL color Cylindrical-coordinate representation of color #FC4456: hue angle of 354.13º 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 #FC4456 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 86 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.01 |
| HSL | 354.13º | 0.97% | 0.63% | - |
| HSV(B) | 354.13º | 0.73% | 0.99% | - |
| XYZ | 43.89 | 25.5 | 11.41 | - |
| YUV | 125.07 | 105.96 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 86 | 0 | 0.73 | 0.66 | 0.01 | 354.13 | 0.97 | 0.63 |
| Hex | FC | 44 | 56 | 0 | 49 | 42 | 1 | 162 | 61 | 3F |
| Octal | 374 | 104 | 126 | 0 | 111 | 102 | 1 | 542 | 141 | 77 |
| Binary | 11111100 | 1000100 | 1010110 | 0 | 1001001 | 1000010 | 1 | 101100010 | 1100001 | 111111 |
Color Harmonies of #FC4456
Complementary color
Monochromatic Colors of #FC4456
Black with #FC4456
Text Example
Text Example
White with #FC4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4456; }
p { color: rgb(252,68,86); }
H1.HeaderClassName
{
color: #FC4456;
}
.AnyTagClassName
{
color: #FC4456;
}
</style>
background-color css
<style>
a { background-color: #FC4456; }
a { background-color: rgb(252,68,86); }
div.DivClassName
{
background-color: #FC4456;
}
.BgClassName
{
background-color: #FC4456;
}
</style>
border-color css
<style>
span { border-color: #FC4456; }
span { border-color: rgb(252,68,86); }
td.TdClassName
{
border-color: #FC4456;
}
.TagClassName
{
border-color: #FC4456;
}
</style>