Shades of Radical Red #FD206D
Tints of Radical Red #FD206D
RGB
CMYK
RGB Variations
Color information
#FD206D (or 0xFD206D) is known color: Radical Red. HEX triplet: FD, 20 and 6D. RGB value is (253,32,109). Sum of RGB (Red+Green+Blue) = 253+32+109=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD206D is #02DF92. Grayscale: #6A6A6A. Windows color (decimal): -188307 or 7151869. OLE color: 7151869.
HSL color Cylindrical-coordinate representation of color #FD206D: hue angle of 339.1º degrees, saturation: 0.98, 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 #FD206D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 109 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.01 |
| HSL | 339.1º | 0.98% | 0.56% | - |
| HSV(B) | 339.1º | 0.87% | 0.99% | - |
| XYZ | 43.78 | 23.02 | 16.6 | - |
| YUV | 106.86 | 129.22 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 109 | 0 | 0.87 | 0.57 | 0.01 | 339.1 | 0.98 | 0.56 |
| Hex | FD | 20 | 6D | 0 | 57 | 39 | 1 | 153 | 62 | 38 |
| Octal | 375 | 40 | 155 | 0 | 127 | 71 | 1 | 523 | 142 | 70 |
| Binary | 11111101 | 100000 | 1101101 | 0 | 1010111 | 111001 | 1 | 101010011 | 1100010 | 111000 |
Color Harmonies of #FD206D
Complementary color
Monochromatic Colors of #FD206D
Black with #FD206D
Text Example
Text Example
White with #FD206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD206D; }
p { color: rgb(253,32,109); }
H1.HeaderClassName
{
color: #FD206D;
}
.AnyTagClassName
{
color: #FD206D;
}
</style>
background-color css
<style>
a { background-color: #FD206D; }
a { background-color: rgb(253,32,109); }
div.DivClassName
{
background-color: #FD206D;
}
.BgClassName
{
background-color: #FD206D;
}
</style>
border-color css
<style>
span { border-color: #FD206D; }
span { border-color: rgb(253,32,109); }
td.TdClassName
{
border-color: #FD206D;
}
.TagClassName
{
border-color: #FD206D;
}
</style>