Shades of Radical Red #FE206D
Tints of Radical Red #FE206D
RGB
CMYK
RGB Variations
Color information
#FE206D (or 0xFE206D) is known color: Radical Red. HEX triplet: FE, 20 and 6D. RGB value is (254,32,109). Sum of RGB (Red+Green+Blue) = 254+32+109=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE206D is #01DF92. Grayscale: #6B6B6B. Windows color (decimal): -122771 or 7151870. OLE color: 7151870.
HSL color Cylindrical-coordinate representation of color #FE206D: hue angle of 339.19º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE206D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 109 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.00 |
| HSL | 339.19º | 0.99% | 0.56% | - |
| HSV(B) | 339.19º | 0.87% | 1% | - |
| XYZ | 44.15 | 23.21 | 16.62 | - |
| YUV | 107.16 | 129.05 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 109 | 0 | 0.87 | 0.57 | 0.00 | 339.19 | 0.99 | 0.56 |
| Hex | FE | 20 | 6D | 0 | 57 | 39 | 0 | 153 | 63 | 38 |
| Octal | 376 | 40 | 155 | 0 | 127 | 71 | 0 | 523 | 143 | 70 |
| Binary | 11111110 | 100000 | 1101101 | 0 | 1010111 | 111001 | 0 | 101010011 | 1100011 | 111000 |
Color Harmonies of #FE206D
Complementary color
Monochromatic Colors of #FE206D
Black with #FE206D
Text Example
Text Example
White with #FE206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE206D; }
p { color: rgb(254,32,109); }
H1.HeaderClassName
{
color: #FE206D;
}
.AnyTagClassName
{
color: #FE206D;
}
</style>
background-color css
<style>
a { background-color: #FE206D; }
a { background-color: rgb(254,32,109); }
div.DivClassName
{
background-color: #FE206D;
}
.BgClassName
{
background-color: #FE206D;
}
</style>
border-color css
<style>
span { border-color: #FE206D; }
span { border-color: rgb(254,32,109); }
td.TdClassName
{
border-color: #FE206D;
}
.TagClassName
{
border-color: #FE206D;
}
</style>