Shades of Radical Red #FC2756
Tints of Radical Red #FC2756
RGB
CMYK
RGB Variations
Color information
#FC2756 (or 0xFC2756) is known color: Radical Red. HEX triplet: FC, 27 and 56. RGB value is (252,39,86). Sum of RGB (Red+Green+Blue) = 252+39+86=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2756 is #03D8A9. Grayscale: #6C6C6C. Windows color (decimal): -252074 or 5646332. OLE color: 5646332.
HSL color Cylindrical-coordinate representation of color #FC2756: hue angle of 346.76º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2756 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 86 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.01 |
| HSL | 346.76º | 0.97% | 0.57% | - |
| HSV(B) | 346.76º | 0.85% | 0.99% | - |
| XYZ | 42.55 | 22.82 | 10.97 | - |
| YUV | 108.05 | 115.57 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 86 | 0 | 0.85 | 0.66 | 0.01 | 346.76 | 0.97 | 0.57 |
| Hex | FC | 27 | 56 | 0 | 55 | 42 | 1 | 15B | 61 | 39 |
| Octal | 374 | 47 | 126 | 0 | 125 | 102 | 1 | 533 | 141 | 71 |
| Binary | 11111100 | 100111 | 1010110 | 0 | 1010101 | 1000010 | 1 | 101011011 | 1100001 | 111001 |
Color Harmonies of #FC2756
Complementary color
Monochromatic Colors of #FC2756
Black with #FC2756
Text Example
Text Example
White with #FC2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2756; }
p { color: rgb(252,39,86); }
H1.HeaderClassName
{
color: #FC2756;
}
.AnyTagClassName
{
color: #FC2756;
}
</style>
background-color css
<style>
a { background-color: #FC2756; }
a { background-color: rgb(252,39,86); }
div.DivClassName
{
background-color: #FC2756;
}
.BgClassName
{
background-color: #FC2756;
}
</style>
border-color css
<style>
span { border-color: #FC2756; }
span { border-color: rgb(252,39,86); }
td.TdClassName
{
border-color: #FC2756;
}
.TagClassName
{
border-color: #FC2756;
}
</style>