Shades of Radical Red #FC355A
Tints of Radical Red #FC355A
RGB
CMYK
RGB Variations
Color information
#FC355A (or 0xFC355A) is known color: Radical Red. HEX triplet: FC, 35 and 5A. RGB value is (252,53,90). Sum of RGB (Red+Green+Blue) = 252+53+90=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC355A is #03CAA5. Grayscale: #747474. Windows color (decimal): -248486 or 5912060. OLE color: 5912060.
HSL color Cylindrical-coordinate representation of color #FC355A: hue angle of 348.84º 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 #FC355A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 90 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.01 |
| HSL | 348.84º | 0.97% | 0.6% | - |
| HSV(B) | 348.84º | 0.79% | 0.99% | - |
| XYZ | 43.26 | 23.98 | 12.02 | - |
| YUV | 116.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 90 | 0 | 0.79 | 0.64 | 0.01 | 348.84 | 0.97 | 0.6 |
| Hex | FC | 35 | 5A | 0 | 4F | 40 | 1 | 15D | 61 | 3C |
| Octal | 374 | 65 | 132 | 0 | 117 | 100 | 1 | 535 | 141 | 74 |
| Binary | 11111100 | 110101 | 1011010 | 0 | 1001111 | 1000000 | 1 | 101011101 | 1100001 | 111100 |
Color Harmonies of #FC355A
Complementary color
Monochromatic Colors of #FC355A
Black with #FC355A
Text Example
Text Example
White with #FC355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC355A; }
p { color: rgb(252,53,90); }
H1.HeaderClassName
{
color: #FC355A;
}
.AnyTagClassName
{
color: #FC355A;
}
</style>
background-color css
<style>
a { background-color: #FC355A; }
a { background-color: rgb(252,53,90); }
div.DivClassName
{
background-color: #FC355A;
}
.BgClassName
{
background-color: #FC355A;
}
</style>
border-color css
<style>
span { border-color: #FC355A; }
span { border-color: rgb(252,53,90); }
td.TdClassName
{
border-color: #FC355A;
}
.TagClassName
{
border-color: #FC355A;
}
</style>