Shades of Radical Red #FC4256
Tints of Radical Red #FC4256
RGB
CMYK
RGB Variations
Color information
#FC4256 (or 0xFC4256) is known color: Radical Red. HEX triplet: FC, 42 and 56. RGB value is (252,66,86). Sum of RGB (Red+Green+Blue) = 252+66+86=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4256 is #03BDA9. Grayscale: #7C7C7C. Windows color (decimal): -245162 or 5653244. OLE color: 5653244.
HSL color Cylindrical-coordinate representation of color #FC4256: hue angle of 353.55º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4256 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 86 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.01 |
| HSL | 353.55º | 0.97% | 0.62% | - |
| HSV(B) | 353.55º | 0.74% | 0.99% | - |
| XYZ | 43.77 | 25.26 | 11.37 | - |
| YUV | 123.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 86 | 0 | 0.74 | 0.66 | 0.01 | 353.55 | 0.97 | 0.62 |
| Hex | FC | 42 | 56 | 0 | 4A | 42 | 1 | 162 | 61 | 3E |
| Octal | 374 | 102 | 126 | 0 | 112 | 102 | 1 | 542 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1010110 | 0 | 1001010 | 1000010 | 1 | 101100010 | 1100001 | 111110 |
Color Harmonies of #FC4256
Complementary color
Monochromatic Colors of #FC4256
Black with #FC4256
Text Example
Text Example
White with #FC4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4256; }
p { color: rgb(252,66,86); }
H1.HeaderClassName
{
color: #FC4256;
}
.AnyTagClassName
{
color: #FC4256;
}
</style>
background-color css
<style>
a { background-color: #FC4256; }
a { background-color: rgb(252,66,86); }
div.DivClassName
{
background-color: #FC4256;
}
.BgClassName
{
background-color: #FC4256;
}
</style>
border-color css
<style>
span { border-color: #FC4256; }
span { border-color: rgb(252,66,86); }
td.TdClassName
{
border-color: #FC4256;
}
.TagClassName
{
border-color: #FC4256;
}
</style>