Shades of Radical Red #FC205A
Tints of Radical Red #FC205A
RGB
CMYK
RGB Variations
Color information
#FC205A (or 0xFC205A) is known color: Radical Red. HEX triplet: FC, 20 and 5A. RGB value is (252,32,90). Sum of RGB (Red+Green+Blue) = 252+32+90=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC205A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC205A is #03DFA5. Grayscale: #686868. Windows color (decimal): -253862 or 5906684. OLE color: 5906684.
HSL color Cylindrical-coordinate representation of color #FC205A: hue angle of 344.18º 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 #FC205A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 90 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.01 |
| HSL | 344.18º | 0.97% | 0.56% | - |
| HSV(B) | 344.18º | 0.87% | 0.99% | - |
| XYZ | 42.51 | 22.47 | 11.77 | - |
| YUV | 104.39 | 119.89 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 90 | 0 | 0.87 | 0.64 | 0.01 | 344.18 | 0.97 | 0.56 |
| Hex | FC | 20 | 5A | 0 | 57 | 40 | 1 | 158 | 61 | 38 |
| Octal | 374 | 40 | 132 | 0 | 127 | 100 | 1 | 530 | 141 | 70 |
| Binary | 11111100 | 100000 | 1011010 | 0 | 1010111 | 1000000 | 1 | 101011000 | 1100001 | 111000 |
Color Harmonies of #FC205A
Complementary color
Monochromatic Colors of #FC205A
Black with #FC205A
Text Example
Text Example
White with #FC205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC205A; }
p { color: rgb(252,32,90); }
H1.HeaderClassName
{
color: #FC205A;
}
.AnyTagClassName
{
color: #FC205A;
}
</style>
background-color css
<style>
a { background-color: #FC205A; }
a { background-color: rgb(252,32,90); }
div.DivClassName
{
background-color: #FC205A;
}
.BgClassName
{
background-color: #FC205A;
}
</style>
border-color css
<style>
span { border-color: #FC205A; }
span { border-color: rgb(252,32,90); }
td.TdClassName
{
border-color: #FC205A;
}
.TagClassName
{
border-color: #FC205A;
}
</style>