Shades of Radical Red #FC355D
Tints of Radical Red #FC355D
RGB
CMYK
RGB Variations
Color information
#FC355D (or 0xFC355D) is known color: Radical Red. HEX triplet: FC, 35 and 5D. RGB value is (252,53,93). Sum of RGB (Red+Green+Blue) = 252+53+93=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC355D is #03CAA2. Grayscale: #757575. Windows color (decimal): -248483 or 6108668. OLE color: 6108668.
HSL color Cylindrical-coordinate representation of color #FC355D: hue angle of 347.94º 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 #FC355D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 93 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.01 |
| HSL | 347.94º | 0.97% | 0.6% | - |
| HSV(B) | 347.94º | 0.79% | 0.99% | - |
| XYZ | 43.39 | 24.03 | 12.71 | - |
| YUV | 117.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 93 | 0 | 0.79 | 0.63 | 0.01 | 347.94 | 0.97 | 0.6 |
| Hex | FC | 35 | 5D | 0 | 4F | 3F | 1 | 15C | 61 | 3C |
| Octal | 374 | 65 | 135 | 0 | 117 | 77 | 1 | 534 | 141 | 74 |
| Binary | 11111100 | 110101 | 1011101 | 0 | 1001111 | 111111 | 1 | 101011100 | 1100001 | 111100 |
Color Harmonies of #FC355D
Complementary color
Monochromatic Colors of #FC355D
Black with #FC355D
Text Example
Text Example
White with #FC355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC355D; }
p { color: rgb(252,53,93); }
H1.HeaderClassName
{
color: #FC355D;
}
.AnyTagClassName
{
color: #FC355D;
}
</style>
background-color css
<style>
a { background-color: #FC355D; }
a { background-color: rgb(252,53,93); }
div.DivClassName
{
background-color: #FC355D;
}
.BgClassName
{
background-color: #FC355D;
}
</style>
border-color css
<style>
span { border-color: #FC355D; }
span { border-color: rgb(252,53,93); }
td.TdClassName
{
border-color: #FC355D;
}
.TagClassName
{
border-color: #FC355D;
}
</style>