Shades of Radical Red #FE285B
Tints of Radical Red #FE285B
RGB
CMYK
RGB Variations
Color information
#FE285B (or 0xFE285B) is known color: Radical Red. HEX triplet: FE, 28 and 5B. RGB value is (254,40,91). Sum of RGB (Red+Green+Blue) = 254+40+91=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE285B is #01D7A4. Grayscale: #6D6D6D. Windows color (decimal): -120741 or 5974270. OLE color: 5974270.
HSL color Cylindrical-coordinate representation of color #FE285B: hue angle of 345.7º 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 #FE285B is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 91 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.00 |
| HSL | 345.7º | 0.99% | 0.58% | - |
| HSV(B) | 345.7º | 0.84% | 1% | - |
| XYZ | 43.52 | 23.34 | 12.11 | - |
| YUV | 109.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 91 | 0 | 0.84 | 0.64 | 0.00 | 345.7 | 0.99 | 0.58 |
| Hex | FE | 28 | 5B | 0 | 54 | 40 | 0 | 15A | 63 | 3A |
| Octal | 376 | 50 | 133 | 0 | 124 | 100 | 0 | 532 | 143 | 72 |
| Binary | 11111110 | 101000 | 1011011 | 0 | 1010100 | 1000000 | 0 | 101011010 | 1100011 | 111010 |
Color Harmonies of #FE285B
Complementary color
Monochromatic Colors of #FE285B
Black with #FE285B
Text Example
Text Example
White with #FE285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE285B; }
p { color: rgb(254,40,91); }
H1.HeaderClassName
{
color: #FE285B;
}
.AnyTagClassName
{
color: #FE285B;
}
</style>
background-color css
<style>
a { background-color: #FE285B; }
a { background-color: rgb(254,40,91); }
div.DivClassName
{
background-color: #FE285B;
}
.BgClassName
{
background-color: #FE285B;
}
</style>
border-color css
<style>
span { border-color: #FE285B; }
span { border-color: rgb(254,40,91); }
td.TdClassName
{
border-color: #FE285B;
}
.TagClassName
{
border-color: #FE285B;
}
</style>