Shades of Radical Red #FE285A
Tints of Radical Red #FE285A
RGB
CMYK
RGB Variations
Color information
#FE285A (or 0xFE285A) is known color: Radical Red. HEX triplet: FE, 28 and 5A. RGB value is (254,40,90). Sum of RGB (Red+Green+Blue) = 254+40+90=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE285A is #01D7A5. Grayscale: #6D6D6D. Windows color (decimal): -120742 or 5908734. OLE color: 5908734.
HSL color Cylindrical-coordinate representation of color #FE285A: hue angle of 345.98º 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 #FE285A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 90 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.00 |
| HSL | 345.98º | 0.99% | 0.58% | - |
| HSV(B) | 345.98º | 0.84% | 1% | - |
| XYZ | 43.48 | 23.33 | 11.88 | - |
| YUV | 109.69 | 116.9 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 90 | 0 | 0.84 | 0.65 | 0.00 | 345.98 | 0.99 | 0.58 |
| Hex | FE | 28 | 5A | 0 | 54 | 41 | 0 | 15A | 63 | 3A |
| Octal | 376 | 50 | 132 | 0 | 124 | 101 | 0 | 532 | 143 | 72 |
| Binary | 11111110 | 101000 | 1011010 | 0 | 1010100 | 1000001 | 0 | 101011010 | 1100011 | 111010 |
Color Harmonies of #FE285A
Complementary color
Monochromatic Colors of #FE285A
Black with #FE285A
Text Example
Text Example
White with #FE285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE285A; }
p { color: rgb(254,40,90); }
H1.HeaderClassName
{
color: #FE285A;
}
.AnyTagClassName
{
color: #FE285A;
}
</style>
background-color css
<style>
a { background-color: #FE285A; }
a { background-color: rgb(254,40,90); }
div.DivClassName
{
background-color: #FE285A;
}
.BgClassName
{
background-color: #FE285A;
}
</style>
border-color css
<style>
span { border-color: #FE285A; }
span { border-color: rgb(254,40,90); }
td.TdClassName
{
border-color: #FE285A;
}
.TagClassName
{
border-color: #FE285A;
}
</style>