Shades of Radical Red #FE285E
Tints of Radical Red #FE285E
RGB
CMYK
RGB Variations
Color information
#FE285E (or 0xFE285E) is known color: Radical Red. HEX triplet: FE, 28 and 5E. RGB value is (254,40,94). Sum of RGB (Red+Green+Blue) = 254+40+94=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE285E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE285E is #01D7A1. Grayscale: #6E6E6E. Windows color (decimal): -120738 or 6170878. OLE color: 6170878.
HSL color Cylindrical-coordinate representation of color #FE285E: hue angle of 344.86º 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 #FE285E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 94 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.00 |
| HSL | 344.86º | 0.99% | 0.58% | - |
| HSV(B) | 344.86º | 0.84% | 1% | - |
| XYZ | 43.65 | 23.4 | 12.8 | - |
| YUV | 110.14 | 118.9 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 94 | 0 | 0.84 | 0.63 | 0.00 | 344.86 | 0.99 | 0.58 |
| Hex | FE | 28 | 5E | 0 | 54 | 3F | 0 | 159 | 63 | 3A |
| Octal | 376 | 50 | 136 | 0 | 124 | 77 | 0 | 531 | 143 | 72 |
| Binary | 11111110 | 101000 | 1011110 | 0 | 1010100 | 111111 | 0 | 101011001 | 1100011 | 111010 |
Color Harmonies of #FE285E
Complementary color
Monochromatic Colors of #FE285E
Black with #FE285E
Text Example
Text Example
White with #FE285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE285E; }
p { color: rgb(254,40,94); }
H1.HeaderClassName
{
color: #FE285E;
}
.AnyTagClassName
{
color: #FE285E;
}
</style>
background-color css
<style>
a { background-color: #FE285E; }
a { background-color: rgb(254,40,94); }
div.DivClassName
{
background-color: #FE285E;
}
.BgClassName
{
background-color: #FE285E;
}
</style>
border-color css
<style>
span { border-color: #FE285E; }
span { border-color: rgb(254,40,94); }
td.TdClassName
{
border-color: #FE285E;
}
.TagClassName
{
border-color: #FE285E;
}
</style>