Shades of Radical Red #FC4356
Tints of Radical Red #FC4356
RGB
CMYK
RGB Variations
Color information
#FC4356 (or 0xFC4356) is known color: Radical Red. HEX triplet: FC, 43 and 56. RGB value is (252,67,86). Sum of RGB (Red+Green+Blue) = 252+67+86=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4356 is #03BCA9. Grayscale: #7C7C7C. Windows color (decimal): -244906 or 5653500. OLE color: 5653500.
HSL color Cylindrical-coordinate representation of color #FC4356: hue angle of 353.84º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4356 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 86 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.01 |
| HSL | 353.84º | 0.97% | 0.63% | - |
| HSV(B) | 353.84º | 0.73% | 0.99% | - |
| XYZ | 43.83 | 25.38 | 11.39 | - |
| YUV | 124.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 86 | 0 | 0.73 | 0.66 | 0.01 | 353.84 | 0.97 | 0.63 |
| Hex | FC | 43 | 56 | 0 | 49 | 42 | 1 | 162 | 61 | 3F |
| Octal | 374 | 103 | 126 | 0 | 111 | 102 | 1 | 542 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1010110 | 0 | 1001001 | 1000010 | 1 | 101100010 | 1100001 | 111111 |
Color Harmonies of #FC4356
Complementary color
Monochromatic Colors of #FC4356
Black with #FC4356
Text Example
Text Example
White with #FC4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4356; }
p { color: rgb(252,67,86); }
H1.HeaderClassName
{
color: #FC4356;
}
.AnyTagClassName
{
color: #FC4356;
}
</style>
background-color css
<style>
a { background-color: #FC4356; }
a { background-color: rgb(252,67,86); }
div.DivClassName
{
background-color: #FC4356;
}
.BgClassName
{
background-color: #FC4356;
}
</style>
border-color css
<style>
span { border-color: #FC4356; }
span { border-color: rgb(252,67,86); }
td.TdClassName
{
border-color: #FC4356;
}
.TagClassName
{
border-color: #FC4356;
}
</style>