Shades of Radical Red #FE495B
Tints of Radical Red #FE495B
RGB
CMYK
RGB Variations
Color information
#FE495B (or 0xFE495B) is known color: Radical Red. HEX triplet: FE, 49 and 5B. RGB value is (254,73,91). Sum of RGB (Red+Green+Blue) = 254+73+91=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE495B is #01B6A4. Grayscale: #818181. Windows color (decimal): -112293 or 5982718. OLE color: 5982718.
HSL color Cylindrical-coordinate representation of color #FE495B: hue angle of 354.03º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE495B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 91 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.00 |
| HSL | 354.03º | 0.99% | 0.64% | - |
| HSV(B) | 354.03º | 0.71% | 1% | - |
| XYZ | 45.14 | 26.59 | 12.65 | - |
| YUV | 129.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 91 | 0 | 0.71 | 0.64 | 0.00 | 354.03 | 0.99 | 0.64 |
| Hex | FE | 49 | 5B | 0 | 47 | 40 | 0 | 162 | 63 | 40 |
| Octal | 376 | 111 | 133 | 0 | 107 | 100 | 0 | 542 | 143 | 100 |
| Binary | 11111110 | 1001001 | 1011011 | 0 | 1000111 | 1000000 | 0 | 101100010 | 1100011 | 1000000 |
Color Harmonies of #FE495B
Complementary color
Monochromatic Colors of #FE495B
Black with #FE495B
Text Example
Text Example
White with #FE495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE495B; }
p { color: rgb(254,73,91); }
H1.HeaderClassName
{
color: #FE495B;
}
.AnyTagClassName
{
color: #FE495B;
}
</style>
background-color css
<style>
a { background-color: #FE495B; }
a { background-color: rgb(254,73,91); }
div.DivClassName
{
background-color: #FE495B;
}
.BgClassName
{
background-color: #FE495B;
}
</style>
border-color css
<style>
span { border-color: #FE495B; }
span { border-color: rgb(254,73,91); }
td.TdClassName
{
border-color: #FE495B;
}
.TagClassName
{
border-color: #FE495B;
}
</style>