Shades of Radical Red #FE2858
Tints of Radical Red #FE2858
RGB
CMYK
RGB Variations
Color information
#FE2858 (or 0xFE2858) is known color: Radical Red. HEX triplet: FE, 28 and 58. RGB value is (254,40,88). Sum of RGB (Red+Green+Blue) = 254+40+88=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2858 is #01D7A7. Grayscale: #6D6D6D. Windows color (decimal): -120744 or 5777662. OLE color: 5777662.
HSL color Cylindrical-coordinate representation of color #FE2858: hue angle of 346.54º 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 #FE2858 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 88 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.00 |
| HSL | 346.54º | 0.99% | 0.58% | - |
| HSV(B) | 346.54º | 0.84% | 1% | - |
| XYZ | 43.39 | 23.29 | 11.44 | - |
| YUV | 109.46 | 115.9 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 88 | 0 | 0.84 | 0.65 | 0.00 | 346.54 | 0.99 | 0.58 |
| Hex | FE | 28 | 58 | 0 | 54 | 41 | 0 | 15B | 63 | 3A |
| Octal | 376 | 50 | 130 | 0 | 124 | 101 | 0 | 533 | 143 | 72 |
| Binary | 11111110 | 101000 | 1011000 | 0 | 1010100 | 1000001 | 0 | 101011011 | 1100011 | 111010 |
Color Harmonies of #FE2858
Complementary color
Monochromatic Colors of #FE2858
Black with #FE2858
Text Example
Text Example
White with #FE2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2858; }
p { color: rgb(254,40,88); }
H1.HeaderClassName
{
color: #FE2858;
}
.AnyTagClassName
{
color: #FE2858;
}
</style>
background-color css
<style>
a { background-color: #FE2858; }
a { background-color: rgb(254,40,88); }
div.DivClassName
{
background-color: #FE2858;
}
.BgClassName
{
background-color: #FE2858;
}
</style>
border-color css
<style>
span { border-color: #FE2858; }
span { border-color: rgb(254,40,88); }
td.TdClassName
{
border-color: #FE2858;
}
.TagClassName
{
border-color: #FE2858;
}
</style>