Shades of Radical Red #FE486B
Tints of Radical Red #FE486B
RGB
CMYK
RGB Variations
Color information
#FE486B (or 0xFE486B) is known color: Radical Red. HEX triplet: FE, 48 and 6B. RGB value is (254,72,107). Sum of RGB (Red+Green+Blue) = 254+72+107=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE486B is #01B794. Grayscale: #828282. Windows color (decimal): -112533 or 7031038. OLE color: 7031038.
HSL color Cylindrical-coordinate representation of color #FE486B: hue angle of 348.46º 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 #FE486B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 107 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.00 |
| HSL | 348.46º | 0.99% | 0.64% | - |
| HSV(B) | 348.46º | 0.72% | 1% | - |
| XYZ | 45.84 | 26.77 | 16.66 | - |
| YUV | 130.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 107 | 0 | 0.72 | 0.58 | 0.00 | 348.46 | 0.99 | 0.64 |
| Hex | FE | 48 | 6B | 0 | 48 | 3A | 0 | 15C | 63 | 40 |
| Octal | 376 | 110 | 153 | 0 | 110 | 72 | 0 | 534 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1101011 | 0 | 1001000 | 111010 | 0 | 101011100 | 1100011 | 1000000 |
Color Harmonies of #FE486B
Complementary color
Monochromatic Colors of #FE486B
Black with #FE486B
Text Example
Text Example
White with #FE486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE486B; }
p { color: rgb(254,72,107); }
H1.HeaderClassName
{
color: #FE486B;
}
.AnyTagClassName
{
color: #FE486B;
}
</style>
background-color css
<style>
a { background-color: #FE486B; }
a { background-color: rgb(254,72,107); }
div.DivClassName
{
background-color: #FE486B;
}
.BgClassName
{
background-color: #FE486B;
}
</style>
border-color css
<style>
span { border-color: #FE486B; }
span { border-color: rgb(254,72,107); }
td.TdClassName
{
border-color: #FE486B;
}
.TagClassName
{
border-color: #FE486B;
}
</style>