Shades of Radical Red #FC205E
Tints of Radical Red #FC205E
RGB
CMYK
RGB Variations
Color information
#FC205E (or 0xFC205E) is known color: Radical Red. HEX triplet: FC, 20 and 5E. RGB value is (252,32,94). Sum of RGB (Red+Green+Blue) = 252+32+94=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC205E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC205E is #03DFA1. Grayscale: #686868. Windows color (decimal): -253858 or 6168828. OLE color: 6168828.
HSL color Cylindrical-coordinate representation of color #FC205E: hue angle of 343.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC205E is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 94 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.01 |
| HSL | 343.09º | 0.97% | 0.56% | - |
| HSV(B) | 343.09º | 0.87% | 0.99% | - |
| XYZ | 42.68 | 22.54 | 12.69 | - |
| YUV | 104.85 | 121.89 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 94 | 0 | 0.87 | 0.63 | 0.01 | 343.09 | 0.97 | 0.56 |
| Hex | FC | 20 | 5E | 0 | 57 | 3F | 1 | 157 | 61 | 38 |
| Octal | 374 | 40 | 136 | 0 | 127 | 77 | 1 | 527 | 141 | 70 |
| Binary | 11111100 | 100000 | 1011110 | 0 | 1010111 | 111111 | 1 | 101010111 | 1100001 | 111000 |
Color Harmonies of #FC205E
Complementary color
Monochromatic Colors of #FC205E
Black with #FC205E
Text Example
Text Example
White with #FC205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC205E; }
p { color: rgb(252,32,94); }
H1.HeaderClassName
{
color: #FC205E;
}
.AnyTagClassName
{
color: #FC205E;
}
</style>
background-color css
<style>
a { background-color: #FC205E; }
a { background-color: rgb(252,32,94); }
div.DivClassName
{
background-color: #FC205E;
}
.BgClassName
{
background-color: #FC205E;
}
</style>
border-color css
<style>
span { border-color: #FC205E; }
span { border-color: rgb(252,32,94); }
td.TdClassName
{
border-color: #FC205E;
}
.TagClassName
{
border-color: #FC205E;
}
</style>