Shades of Radical Red #FE4850
Tints of Radical Red #FE4850
RGB
CMYK
RGB Variations
Color information
#FE4850 (or 0xFE4850) is known color: Radical Red. HEX triplet: FE, 48 and 50. RGB value is (254,72,80). Sum of RGB (Red+Green+Blue) = 254+72+80=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4850 is #01B7AF. Grayscale: #7F7F7F. Windows color (decimal): -112560 or 5261566. OLE color: 5261566.
HSL color Cylindrical-coordinate representation of color #FE4850: hue angle of 357.36º 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 #FE4850 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 80 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.00 |
| HSL | 357.36º | 0.99% | 0.64% | - |
| HSV(B) | 357.36º | 0.72% | 1% | - |
| XYZ | 44.64 | 26.28 | 10.31 | - |
| YUV | 127.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 80 | 0 | 0.72 | 0.69 | 0.00 | 357.36 | 0.99 | 0.64 |
| Hex | FE | 48 | 50 | 0 | 48 | 45 | 0 | 165 | 63 | 40 |
| Octal | 376 | 110 | 120 | 0 | 110 | 105 | 0 | 545 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1010000 | 0 | 1001000 | 1000101 | 0 | 101100101 | 1100011 | 1000000 |
Color Harmonies of #FE4850
Complementary color
Monochromatic Colors of #FE4850
Black with #FE4850
Text Example
Text Example
White with #FE4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4850; }
p { color: rgb(254,72,80); }
H1.HeaderClassName
{
color: #FE4850;
}
.AnyTagClassName
{
color: #FE4850;
}
</style>
background-color css
<style>
a { background-color: #FE4850; }
a { background-color: rgb(254,72,80); }
div.DivClassName
{
background-color: #FE4850;
}
.BgClassName
{
background-color: #FE4850;
}
</style>
border-color css
<style>
span { border-color: #FE4850; }
span { border-color: rgb(254,72,80); }
td.TdClassName
{
border-color: #FE4850;
}
.TagClassName
{
border-color: #FE4850;
}
</style>