Shades of Radical Red #FD206C
Tints of Radical Red #FD206C
RGB
CMYK
RGB Variations
Color information
#FD206C (or 0xFD206C) is known color: Radical Red. HEX triplet: FD, 20 and 6C. RGB value is (253,32,108). Sum of RGB (Red+Green+Blue) = 253+32+108=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD206C is #02DF93. Grayscale: #6A6A6A. Windows color (decimal): -188308 or 7086333. OLE color: 7086333.
HSL color Cylindrical-coordinate representation of color #FD206C: hue angle of 339.37º 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 #FD206C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 108 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.01 |
| HSL | 339.37º | 0.98% | 0.56% | - |
| HSV(B) | 339.37º | 0.87% | 0.99% | - |
| XYZ | 43.73 | 23 | 16.32 | - |
| YUV | 106.74 | 128.72 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 108 | 0 | 0.87 | 0.57 | 0.01 | 339.37 | 0.98 | 0.56 |
| Hex | FD | 20 | 6C | 0 | 57 | 39 | 1 | 153 | 62 | 38 |
| Octal | 375 | 40 | 154 | 0 | 127 | 71 | 1 | 523 | 142 | 70 |
| Binary | 11111101 | 100000 | 1101100 | 0 | 1010111 | 111001 | 1 | 101010011 | 1100010 | 111000 |
Color Harmonies of #FD206C
Complementary color
Monochromatic Colors of #FD206C
Black with #FD206C
Text Example
Text Example
White with #FD206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD206C; }
p { color: rgb(253,32,108); }
H1.HeaderClassName
{
color: #FD206C;
}
.AnyTagClassName
{
color: #FD206C;
}
</style>
background-color css
<style>
a { background-color: #FD206C; }
a { background-color: rgb(253,32,108); }
div.DivClassName
{
background-color: #FD206C;
}
.BgClassName
{
background-color: #FD206C;
}
</style>
border-color css
<style>
span { border-color: #FD206C; }
span { border-color: rgb(253,32,108); }
td.TdClassName
{
border-color: #FD206C;
}
.TagClassName
{
border-color: #FD206C;
}
</style>