Shades of Radical Red #FE2876
Tints of Radical Red #FE2876
RGB
CMYK
RGB Variations
Color information
#FE2876 (or 0xFE2876) is known color: Radical Red. HEX triplet: FE, 28 and 76. RGB value is (254,40,118). Sum of RGB (Red+Green+Blue) = 254+40+118=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2876 is #01D789. Grayscale: #707070. Windows color (decimal): -120714 or 7743742. OLE color: 7743742.
HSL color Cylindrical-coordinate representation of color #FE2876: hue angle of 338.13º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2876 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 118 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.00 |
| HSL | 338.13º | 0.99% | 0.58% | - |
| HSV(B) | 338.13º | 0.84% | 1% | - |
| XYZ | 44.9 | 23.9 | 19.39 | - |
| YUV | 112.88 | 130.9 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 118 | 0 | 0.84 | 0.54 | 0.00 | 338.13 | 0.99 | 0.58 |
| Hex | FE | 28 | 76 | 0 | 54 | 36 | 0 | 152 | 63 | 3A |
| Octal | 376 | 50 | 166 | 0 | 124 | 66 | 0 | 522 | 143 | 72 |
| Binary | 11111110 | 101000 | 1110110 | 0 | 1010100 | 110110 | 0 | 101010010 | 1100011 | 111010 |
Color Harmonies of #FE2876
Complementary color
Monochromatic Colors of #FE2876
Black with #FE2876
Text Example
Text Example
White with #FE2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2876; }
p { color: rgb(254,40,118); }
H1.HeaderClassName
{
color: #FE2876;
}
.AnyTagClassName
{
color: #FE2876;
}
</style>
background-color css
<style>
a { background-color: #FE2876; }
a { background-color: rgb(254,40,118); }
div.DivClassName
{
background-color: #FE2876;
}
.BgClassName
{
background-color: #FE2876;
}
</style>
border-color css
<style>
span { border-color: #FE2876; }
span { border-color: rgb(254,40,118); }
td.TdClassName
{
border-color: #FE2876;
}
.TagClassName
{
border-color: #FE2876;
}
</style>