Shades of Radical Red #FC355C
Tints of Radical Red #FC355C
RGB
CMYK
RGB Variations
Color information
#FC355C (or 0xFC355C) is known color: Radical Red. HEX triplet: FC, 35 and 5C. RGB value is (252,53,92). Sum of RGB (Red+Green+Blue) = 252+53+92=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC355C is #03CAA3. Grayscale: #747474. Windows color (decimal): -248484 or 6043132. OLE color: 6043132.
HSL color Cylindrical-coordinate representation of color #FC355C: hue angle of 348.24º 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 #FC355C is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 92 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.01 |
| HSL | 348.24º | 0.97% | 0.6% | - |
| HSV(B) | 348.24º | 0.79% | 0.99% | - |
| XYZ | 43.35 | 24.01 | 12.48 | - |
| YUV | 116.95 | 113.93 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 92 | 0 | 0.79 | 0.63 | 0.01 | 348.24 | 0.97 | 0.6 |
| Hex | FC | 35 | 5C | 0 | 4F | 3F | 1 | 15C | 61 | 3C |
| Octal | 374 | 65 | 134 | 0 | 117 | 77 | 1 | 534 | 141 | 74 |
| Binary | 11111100 | 110101 | 1011100 | 0 | 1001111 | 111111 | 1 | 101011100 | 1100001 | 111100 |
Color Harmonies of #FC355C
Complementary color
Monochromatic Colors of #FC355C
Black with #FC355C
Text Example
Text Example
White with #FC355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC355C; }
p { color: rgb(252,53,92); }
H1.HeaderClassName
{
color: #FC355C;
}
.AnyTagClassName
{
color: #FC355C;
}
</style>
background-color css
<style>
a { background-color: #FC355C; }
a { background-color: rgb(252,53,92); }
div.DivClassName
{
background-color: #FC355C;
}
.BgClassName
{
background-color: #FC355C;
}
</style>
border-color css
<style>
span { border-color: #FC355C; }
span { border-color: rgb(252,53,92); }
td.TdClassName
{
border-color: #FC355C;
}
.TagClassName
{
border-color: #FC355C;
}
</style>