Shades of Radical Red #FC205D
Tints of Radical Red #FC205D
RGB
CMYK
RGB Variations
Color information
#FC205D (or 0xFC205D) is known color: Radical Red. HEX triplet: FC, 20 and 5D. RGB value is (252,32,93). Sum of RGB (Red+Green+Blue) = 252+32+93=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC205D is #03DFA2. Grayscale: #686868. Windows color (decimal): -253859 or 6103292. OLE color: 6103292.
HSL color Cylindrical-coordinate representation of color #FC205D: hue angle of 343.36º 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 #FC205D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 93 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.01 |
| HSL | 343.36º | 0.97% | 0.56% | - |
| HSV(B) | 343.36º | 0.87% | 0.99% | - |
| XYZ | 42.64 | 22.52 | 12.46 | - |
| YUV | 104.73 | 121.39 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 93 | 0 | 0.87 | 0.63 | 0.01 | 343.36 | 0.97 | 0.56 |
| Hex | FC | 20 | 5D | 0 | 57 | 3F | 1 | 157 | 61 | 38 |
| Octal | 374 | 40 | 135 | 0 | 127 | 77 | 1 | 527 | 141 | 70 |
| Binary | 11111100 | 100000 | 1011101 | 0 | 1010111 | 111111 | 1 | 101010111 | 1100001 | 111000 |
Color Harmonies of #FC205D
Complementary color
Monochromatic Colors of #FC205D
Black with #FC205D
Text Example
Text Example
White with #FC205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC205D; }
p { color: rgb(252,32,93); }
H1.HeaderClassName
{
color: #FC205D;
}
.AnyTagClassName
{
color: #FC205D;
}
</style>
background-color css
<style>
a { background-color: #FC205D; }
a { background-color: rgb(252,32,93); }
div.DivClassName
{
background-color: #FC205D;
}
.BgClassName
{
background-color: #FC205D;
}
</style>
border-color css
<style>
span { border-color: #FC205D; }
span { border-color: rgb(252,32,93); }
td.TdClassName
{
border-color: #FC205D;
}
.TagClassName
{
border-color: #FC205D;
}
</style>