Shades of Radical Red #FC206A
Tints of Radical Red #FC206A
RGB
CMYK
RGB Variations
Color information
#FC206A (or 0xFC206A) is known color: Radical Red. HEX triplet: FC, 20 and 6A. RGB value is (252,32,106). Sum of RGB (Red+Green+Blue) = 252+32+106=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC206A is #03DF95. Grayscale: #6A6A6A. Windows color (decimal): -253846 or 6955260. OLE color: 6955260.
HSL color Cylindrical-coordinate representation of color #FC206A: hue angle of 339.82º 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 #FC206A is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 106 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.01 |
| HSL | 339.82º | 0.97% | 0.56% | - |
| HSV(B) | 339.82º | 0.87% | 0.99% | - |
| XYZ | 43.26 | 22.77 | 15.75 | - |
| YUV | 106.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 106 | 0 | 0.87 | 0.58 | 0.01 | 339.82 | 0.97 | 0.56 |
| Hex | FC | 20 | 6A | 0 | 57 | 3A | 1 | 154 | 61 | 38 |
| Octal | 374 | 40 | 152 | 0 | 127 | 72 | 1 | 524 | 141 | 70 |
| Binary | 11111100 | 100000 | 1101010 | 0 | 1010111 | 111010 | 1 | 101010100 | 1100001 | 111000 |
Color Harmonies of #FC206A
Complementary color
Monochromatic Colors of #FC206A
Black with #FC206A
Text Example
Text Example
White with #FC206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC206A; }
p { color: rgb(252,32,106); }
H1.HeaderClassName
{
color: #FC206A;
}
.AnyTagClassName
{
color: #FC206A;
}
</style>
background-color css
<style>
a { background-color: #FC206A; }
a { background-color: rgb(252,32,106); }
div.DivClassName
{
background-color: #FC206A;
}
.BgClassName
{
background-color: #FC206A;
}
</style>
border-color css
<style>
span { border-color: #FC206A; }
span { border-color: rgb(252,32,106); }
td.TdClassName
{
border-color: #FC206A;
}
.TagClassName
{
border-color: #FC206A;
}
</style>