Shades of Radical Red #FC5256
Tints of Radical Red #FC5256
RGB
CMYK
RGB Variations
Color information
#FC5256 (or 0xFC5256) is known color: Radical Red. HEX triplet: FC, 52 and 56. RGB value is (252,82,86). Sum of RGB (Red+Green+Blue) = 252+82+86=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5256 is #03ADA9. Grayscale: #858585. Windows color (decimal): -241066 or 5657340. OLE color: 5657340.
HSL color Cylindrical-coordinate representation of color #FC5256: hue angle of 358.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5256 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 86 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.01 |
| HSL | 358.59º | 0.97% | 0.65% | - |
| HSV(B) | 358.59º | 0.67% | 0.99% | - |
| XYZ | 44.84 | 27.4 | 11.73 | - |
| YUV | 133.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 86 | 0 | 0.67 | 0.66 | 0.01 | 358.59 | 0.97 | 0.65 |
| Hex | FC | 52 | 56 | 0 | 43 | 42 | 1 | 167 | 61 | 41 |
| Octal | 374 | 122 | 126 | 0 | 103 | 102 | 1 | 547 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1010110 | 0 | 1000011 | 1000010 | 1 | 101100111 | 1100001 | 1000001 |
Color Harmonies of #FC5256
Complementary color
Monochromatic Colors of #FC5256
Black with #FC5256
Text Example
Text Example
White with #FC5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5256; }
p { color: rgb(252,82,86); }
H1.HeaderClassName
{
color: #FC5256;
}
.AnyTagClassName
{
color: #FC5256;
}
</style>
background-color css
<style>
a { background-color: #FC5256; }
a { background-color: rgb(252,82,86); }
div.DivClassName
{
background-color: #FC5256;
}
.BgClassName
{
background-color: #FC5256;
}
</style>
border-color css
<style>
span { border-color: #FC5256; }
span { border-color: rgb(252,82,86); }
td.TdClassName
{
border-color: #FC5256;
}
.TagClassName
{
border-color: #FC5256;
}
</style>