Shades of Radical Red #FE486A
Tints of Radical Red #FE486A
RGB
CMYK
RGB Variations
Color information
#FE486A (or 0xFE486A) is known color: Radical Red. HEX triplet: FE, 48 and 6A. RGB value is (254,72,106). Sum of RGB (Red+Green+Blue) = 254+72+106=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE486A is #01B795. Grayscale: #828282. Windows color (decimal): -112534 or 6965502. OLE color: 6965502.
HSL color Cylindrical-coordinate representation of color #FE486A: hue angle of 348.79º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE486A is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 106 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.00 |
| HSL | 348.79º | 0.99% | 0.64% | - |
| HSV(B) | 348.79º | 0.72% | 1% | - |
| XYZ | 45.79 | 26.75 | 16.38 | - |
| YUV | 130.29 | 114.3 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 106 | 0 | 0.72 | 0.58 | 0.00 | 348.79 | 0.99 | 0.64 |
| Hex | FE | 48 | 6A | 0 | 48 | 3A | 0 | 15D | 63 | 40 |
| Octal | 376 | 110 | 152 | 0 | 110 | 72 | 0 | 535 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1101010 | 0 | 1001000 | 111010 | 0 | 101011101 | 1100011 | 1000000 |
Color Harmonies of #FE486A
Complementary color
Monochromatic Colors of #FE486A
Black with #FE486A
Text Example
Text Example
White with #FE486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE486A; }
p { color: rgb(254,72,106); }
H1.HeaderClassName
{
color: #FE486A;
}
.AnyTagClassName
{
color: #FE486A;
}
</style>
background-color css
<style>
a { background-color: #FE486A; }
a { background-color: rgb(254,72,106); }
div.DivClassName
{
background-color: #FE486A;
}
.BgClassName
{
background-color: #FE486A;
}
</style>
border-color css
<style>
span { border-color: #FE486A; }
span { border-color: rgb(254,72,106); }
td.TdClassName
{
border-color: #FE486A;
}
.TagClassName
{
border-color: #FE486A;
}
</style>