Shades of Radical Red #FC206B
Tints of Radical Red #FC206B
RGB
CMYK
RGB Variations
Color information
#FC206B (or 0xFC206B) is known color: Radical Red. HEX triplet: FC, 20 and 6B. RGB value is (252,32,107). Sum of RGB (Red+Green+Blue) = 252+32+107=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC206B is #03DF94. Grayscale: #6A6A6A. Windows color (decimal): -253845 or 7020796. OLE color: 7020796.
HSL color Cylindrical-coordinate representation of color #FC206B: hue angle of 339.55º 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 #FC206B is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 107 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.01 |
| HSL | 339.55º | 0.97% | 0.56% | - |
| HSV(B) | 339.55º | 0.87% | 0.99% | - |
| XYZ | 43.32 | 22.79 | 16.03 | - |
| YUV | 106.33 | 128.39 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 107 | 0 | 0.87 | 0.58 | 0.01 | 339.55 | 0.97 | 0.56 |
| Hex | FC | 20 | 6B | 0 | 57 | 3A | 1 | 154 | 61 | 38 |
| Octal | 374 | 40 | 153 | 0 | 127 | 72 | 1 | 524 | 141 | 70 |
| Binary | 11111100 | 100000 | 1101011 | 0 | 1010111 | 111010 | 1 | 101010100 | 1100001 | 111000 |
Color Harmonies of #FC206B
Complementary color
Monochromatic Colors of #FC206B
Black with #FC206B
Text Example
Text Example
White with #FC206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC206B; }
p { color: rgb(252,32,107); }
H1.HeaderClassName
{
color: #FC206B;
}
.AnyTagClassName
{
color: #FC206B;
}
</style>
background-color css
<style>
a { background-color: #FC206B; }
a { background-color: rgb(252,32,107); }
div.DivClassName
{
background-color: #FC206B;
}
.BgClassName
{
background-color: #FC206B;
}
</style>
border-color css
<style>
span { border-color: #FC206B; }
span { border-color: rgb(252,32,107); }
td.TdClassName
{
border-color: #FC206B;
}
.TagClassName
{
border-color: #FC206B;
}
</style>