Shades of Radical Red #FE2056
Tints of Radical Red #FE2056
RGB
CMYK
RGB Variations
Color information
#FE2056 (or 0xFE2056) is known color: Radical Red. HEX triplet: FE, 20 and 56. RGB value is (254,32,86). Sum of RGB (Red+Green+Blue) = 254+32+86=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2056 is #01DFA9. Grayscale: #686868. Windows color (decimal): -122794 or 5644542. OLE color: 5644542.
HSL color Cylindrical-coordinate representation of color #FE2056: hue angle of 345.41º 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 #FE2056 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 86 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.00 |
| HSL | 345.41º | 0.99% | 0.56% | - |
| HSV(B) | 345.41º | 0.87% | 1% | - |
| XYZ | 43.07 | 22.78 | 10.93 | - |
| YUV | 104.53 | 117.55 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 86 | 0 | 0.87 | 0.66 | 0.00 | 345.41 | 0.99 | 0.56 |
| Hex | FE | 20 | 56 | 0 | 57 | 42 | 0 | 159 | 63 | 38 |
| Octal | 376 | 40 | 126 | 0 | 127 | 102 | 0 | 531 | 143 | 70 |
| Binary | 11111110 | 100000 | 1010110 | 0 | 1010111 | 1000010 | 0 | 101011001 | 1100011 | 111000 |
Color Harmonies of #FE2056
Complementary color
Monochromatic Colors of #FE2056
Black with #FE2056
Text Example
Text Example
White with #FE2056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2056; }
p { color: rgb(254,32,86); }
H1.HeaderClassName
{
color: #FE2056;
}
.AnyTagClassName
{
color: #FE2056;
}
</style>
background-color css
<style>
a { background-color: #FE2056; }
a { background-color: rgb(254,32,86); }
div.DivClassName
{
background-color: #FE2056;
}
.BgClassName
{
background-color: #FE2056;
}
</style>
border-color css
<style>
span { border-color: #FE2056; }
span { border-color: rgb(254,32,86); }
td.TdClassName
{
border-color: #FE2056;
}
.TagClassName
{
border-color: #FE2056;
}
</style>