Shades of Radical Red #FC2356
Tints of Radical Red #FC2356
RGB
CMYK
RGB Variations
Color information
#FC2356 (or 0xFC2356) is known color: Radical Red. HEX triplet: FC, 23 and 56. RGB value is (252,35,86). Sum of RGB (Red+Green+Blue) = 252+35+86=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2356 is #03DCA9. Grayscale: #696969. Windows color (decimal): -253098 or 5645308. OLE color: 5645308.
HSL color Cylindrical-coordinate representation of color #FC2356: hue angle of 345.9º 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 #FC2356 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 86 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.01 |
| HSL | 345.9º | 0.97% | 0.56% | - |
| HSV(B) | 345.9º | 0.86% | 0.99% | - |
| XYZ | 42.43 | 22.57 | 10.92 | - |
| YUV | 105.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 86 | 0 | 0.86 | 0.66 | 0.01 | 345.9 | 0.97 | 0.56 |
| Hex | FC | 23 | 56 | 0 | 56 | 42 | 1 | 15A | 61 | 38 |
| Octal | 374 | 43 | 126 | 0 | 126 | 102 | 1 | 532 | 141 | 70 |
| Binary | 11111100 | 100011 | 1010110 | 0 | 1010110 | 1000010 | 1 | 101011010 | 1100001 | 111000 |
Color Harmonies of #FC2356
Complementary color
Monochromatic Colors of #FC2356
Black with #FC2356
Text Example
Text Example
White with #FC2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2356; }
p { color: rgb(252,35,86); }
H1.HeaderClassName
{
color: #FC2356;
}
.AnyTagClassName
{
color: #FC2356;
}
</style>
background-color css
<style>
a { background-color: #FC2356; }
a { background-color: rgb(252,35,86); }
div.DivClassName
{
background-color: #FC2356;
}
.BgClassName
{
background-color: #FC2356;
}
</style>
border-color css
<style>
span { border-color: #FC2356; }
span { border-color: rgb(252,35,86); }
td.TdClassName
{
border-color: #FC2356;
}
.TagClassName
{
border-color: #FC2356;
}
</style>