Shades of Radical Red #FE205C
Tints of Radical Red #FE205C
RGB
CMYK
RGB Variations
Color information
#FE205C (or 0xFE205C) is known color: Radical Red. HEX triplet: FE, 20 and 5C. RGB value is (254,32,92). Sum of RGB (Red+Green+Blue) = 254+32+92=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE205C is #01DFA3. Grayscale: #696969. Windows color (decimal): -122788 or 6037758. OLE color: 6037758.
HSL color Cylindrical-coordinate representation of color #FE205C: hue angle of 343.78º 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 #FE205C is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 92 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.00 |
| HSL | 343.78º | 0.99% | 0.56% | - |
| HSV(B) | 343.78º | 0.87% | 1% | - |
| XYZ | 43.32 | 22.88 | 12.26 | - |
| YUV | 105.22 | 120.55 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 92 | 0 | 0.87 | 0.64 | 0.00 | 343.78 | 0.99 | 0.56 |
| Hex | FE | 20 | 5C | 0 | 57 | 40 | 0 | 158 | 63 | 38 |
| Octal | 376 | 40 | 134 | 0 | 127 | 100 | 0 | 530 | 143 | 70 |
| Binary | 11111110 | 100000 | 1011100 | 0 | 1010111 | 1000000 | 0 | 101011000 | 1100011 | 111000 |
Color Harmonies of #FE205C
Complementary color
Monochromatic Colors of #FE205C
Black with #FE205C
Text Example
Text Example
White with #FE205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE205C; }
p { color: rgb(254,32,92); }
H1.HeaderClassName
{
color: #FE205C;
}
.AnyTagClassName
{
color: #FE205C;
}
</style>
background-color css
<style>
a { background-color: #FE205C; }
a { background-color: rgb(254,32,92); }
div.DivClassName
{
background-color: #FE205C;
}
.BgClassName
{
background-color: #FE205C;
}
</style>
border-color css
<style>
span { border-color: #FE205C; }
span { border-color: rgb(254,32,92); }
td.TdClassName
{
border-color: #FE205C;
}
.TagClassName
{
border-color: #FE205C;
}
</style>