Shades of Radical Red #FC355E
Tints of Radical Red #FC355E
RGB
CMYK
RGB Variations
Color information
#FC355E (or 0xFC355E) is known color: Radical Red. HEX triplet: FC, 35 and 5E. RGB value is (252,53,94). Sum of RGB (Red+Green+Blue) = 252+53+94=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC355E is #03CAA1. Grayscale: #757575. Windows color (decimal): -248482 or 6174204. OLE color: 6174204.
HSL color Cylindrical-coordinate representation of color #FC355E: hue angle of 347.64º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC355E is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 94 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.01 |
| HSL | 347.64º | 0.97% | 0.6% | - |
| HSV(B) | 347.64º | 0.79% | 0.99% | - |
| XYZ | 43.44 | 24.05 | 12.94 | - |
| YUV | 117.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 94 | 0 | 0.79 | 0.63 | 0.01 | 347.64 | 0.97 | 0.6 |
| Hex | FC | 35 | 5E | 0 | 4F | 3F | 1 | 15C | 61 | 3C |
| Octal | 374 | 65 | 136 | 0 | 117 | 77 | 1 | 534 | 141 | 74 |
| Binary | 11111100 | 110101 | 1011110 | 0 | 1001111 | 111111 | 1 | 101011100 | 1100001 | 111100 |
Color Harmonies of #FC355E
Complementary color
Monochromatic Colors of #FC355E
Black with #FC355E
Text Example
Text Example
White with #FC355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC355E; }
p { color: rgb(252,53,94); }
H1.HeaderClassName
{
color: #FC355E;
}
.AnyTagClassName
{
color: #FC355E;
}
</style>
background-color css
<style>
a { background-color: #FC355E; }
a { background-color: rgb(252,53,94); }
div.DivClassName
{
background-color: #FC355E;
}
.BgClassName
{
background-color: #FC355E;
}
</style>
border-color css
<style>
span { border-color: #FC355E; }
span { border-color: rgb(252,53,94); }
td.TdClassName
{
border-color: #FC355E;
}
.TagClassName
{
border-color: #FC355E;
}
</style>