Shades of Radical Red #FE4E50
Tints of Radical Red #FE4E50
RGB
CMYK
RGB Variations
Color information
#FE4E50 (or 0xFE4E50) is known color: Radical Red. HEX triplet: FE, 4E and 50. RGB value is (254,78,80). Sum of RGB (Red+Green+Blue) = 254+78+80=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4E50 is #01B1AF. Grayscale: #838383. Windows color (decimal): -111024 or 5263102. OLE color: 5263102.
HSL color Cylindrical-coordinate representation of color #FE4E50: hue angle of 359.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4E50 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 80 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.00 |
| HSL | 359.32º | 0.99% | 0.65% | - |
| HSV(B) | 359.32º | 0.69% | 1% | - |
| XYZ | 45.05 | 27.1 | 10.45 | - |
| YUV | 130.85 | 99.31 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 80 | 0 | 0.69 | 0.69 | 0.00 | 359.32 | 0.99 | 0.65 |
| Hex | FE | 4E | 50 | 0 | 45 | 45 | 0 | 167 | 63 | 41 |
| Octal | 376 | 116 | 120 | 0 | 105 | 105 | 0 | 547 | 143 | 101 |
| Binary | 11111110 | 1001110 | 1010000 | 0 | 1000101 | 1000101 | 0 | 101100111 | 1100011 | 1000001 |
Color Harmonies of #FE4E50
Complementary color
Monochromatic Colors of #FE4E50
Black with #FE4E50
Text Example
Text Example
White with #FE4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E50; }
p { color: rgb(254,78,80); }
H1.HeaderClassName
{
color: #FE4E50;
}
.AnyTagClassName
{
color: #FE4E50;
}
</style>
background-color css
<style>
a { background-color: #FE4E50; }
a { background-color: rgb(254,78,80); }
div.DivClassName
{
background-color: #FE4E50;
}
.BgClassName
{
background-color: #FE4E50;
}
</style>
border-color css
<style>
span { border-color: #FE4E50; }
span { border-color: rgb(254,78,80); }
td.TdClassName
{
border-color: #FE4E50;
}
.TagClassName
{
border-color: #FE4E50;
}
</style>