Shades of Radical Red #FC2456
Tints of Radical Red #FC2456
RGB
CMYK
RGB Variations
Color information
#FC2456 (or 0xFC2456) is known color: Radical Red. HEX triplet: FC, 24 and 56. RGB value is (252,36,86). Sum of RGB (Red+Green+Blue) = 252+36+86=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2456 is #03DBA9. Grayscale: #6A6A6A. Windows color (decimal): -252842 or 5645564. OLE color: 5645564.
HSL color Cylindrical-coordinate representation of color #FC2456: hue angle of 346.11º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2456 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 86 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.01 |
| HSL | 346.11º | 0.97% | 0.56% | - |
| HSV(B) | 346.11º | 0.86% | 0.99% | - |
| XYZ | 42.46 | 22.63 | 10.93 | - |
| YUV | 106.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 86 | 0 | 0.86 | 0.66 | 0.01 | 346.11 | 0.97 | 0.56 |
| Hex | FC | 24 | 56 | 0 | 56 | 42 | 1 | 15A | 61 | 38 |
| Octal | 374 | 44 | 126 | 0 | 126 | 102 | 1 | 532 | 141 | 70 |
| Binary | 11111100 | 100100 | 1010110 | 0 | 1010110 | 1000010 | 1 | 101011010 | 1100001 | 111000 |
Color Harmonies of #FC2456
Complementary color
Monochromatic Colors of #FC2456
Black with #FC2456
Text Example
Text Example
White with #FC2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2456; }
p { color: rgb(252,36,86); }
H1.HeaderClassName
{
color: #FC2456;
}
.AnyTagClassName
{
color: #FC2456;
}
</style>
background-color css
<style>
a { background-color: #FC2456; }
a { background-color: rgb(252,36,86); }
div.DivClassName
{
background-color: #FC2456;
}
.BgClassName
{
background-color: #FC2456;
}
</style>
border-color css
<style>
span { border-color: #FC2456; }
span { border-color: rgb(252,36,86); }
td.TdClassName
{
border-color: #FC2456;
}
.TagClassName
{
border-color: #FC2456;
}
</style>