Shades of Radical Red #FE4D50
Tints of Radical Red #FE4D50
RGB
CMYK
RGB Variations
Color information
#FE4D50 (or 0xFE4D50) is known color: Radical Red. HEX triplet: FE, 4D and 50. RGB value is (254,77,80). Sum of RGB (Red+Green+Blue) = 254+77+80=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D50 is #01B2AF. Grayscale: #828282. Windows color (decimal): -111280 or 5262846. OLE color: 5262846.
HSL color Cylindrical-coordinate representation of color #FE4D50: hue angle of 358.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D50 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 80 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.00 |
| HSL | 358.98º | 0.99% | 0.65% | - |
| HSV(B) | 358.98º | 0.7% | 1% | - |
| XYZ | 44.97 | 26.96 | 10.42 | - |
| YUV | 130.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 80 | 0 | 0.70 | 0.69 | 0.00 | 358.98 | 0.99 | 0.65 |
| Hex | FE | 4D | 50 | 0 | 46 | 45 | 0 | 167 | 63 | 41 |
| Octal | 376 | 115 | 120 | 0 | 106 | 105 | 0 | 547 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1010000 | 0 | 1000110 | 1000101 | 0 | 101100111 | 1100011 | 1000001 |
Color Harmonies of #FE4D50
Complementary color
Monochromatic Colors of #FE4D50
Black with #FE4D50
Text Example
Text Example
White with #FE4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D50; }
p { color: rgb(254,77,80); }
H1.HeaderClassName
{
color: #FE4D50;
}
.AnyTagClassName
{
color: #FE4D50;
}
</style>
background-color css
<style>
a { background-color: #FE4D50; }
a { background-color: rgb(254,77,80); }
div.DivClassName
{
background-color: #FE4D50;
}
.BgClassName
{
background-color: #FE4D50;
}
</style>
border-color css
<style>
span { border-color: #FE4D50; }
span { border-color: rgb(254,77,80); }
td.TdClassName
{
border-color: #FE4D50;
}
.TagClassName
{
border-color: #FE4D50;
}
</style>