Shades of Radical Red #FE5054
Tints of Radical Red #FE5054
RGB
CMYK
RGB Variations
Color information
#FE5054 (or 0xFE5054) is known color: Radical Red. HEX triplet: FE, 50 and 54. RGB value is (254,80,84). Sum of RGB (Red+Green+Blue) = 254+80+84=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5054 is #01AFAB. Grayscale: #848484. Windows color (decimal): -110508 or 5525758. OLE color: 5525758.
HSL color Cylindrical-coordinate representation of color #FE5054: hue angle of 358.62º 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 #FE5054 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 84 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.00 |
| HSL | 358.62º | 0.99% | 0.65% | - |
| HSV(B) | 358.62º | 0.69% | 1% | - |
| XYZ | 45.34 | 27.45 | 11.3 | - |
| YUV | 132.48 | 100.65 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 84 | 0 | 0.69 | 0.67 | 0.00 | 358.62 | 0.99 | 0.65 |
| Hex | FE | 50 | 54 | 0 | 45 | 43 | 0 | 167 | 63 | 41 |
| Octal | 376 | 120 | 124 | 0 | 105 | 103 | 0 | 547 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1010100 | 0 | 1000101 | 1000011 | 0 | 101100111 | 1100011 | 1000001 |
Color Harmonies of #FE5054
Complementary color
Monochromatic Colors of #FE5054
Black with #FE5054
Text Example
Text Example
White with #FE5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5054; }
p { color: rgb(254,80,84); }
H1.HeaderClassName
{
color: #FE5054;
}
.AnyTagClassName
{
color: #FE5054;
}
</style>
background-color css
<style>
a { background-color: #FE5054; }
a { background-color: rgb(254,80,84); }
div.DivClassName
{
background-color: #FE5054;
}
.BgClassName
{
background-color: #FE5054;
}
</style>
border-color css
<style>
span { border-color: #FE5054; }
span { border-color: rgb(254,80,84); }
td.TdClassName
{
border-color: #FE5054;
}
.TagClassName
{
border-color: #FE5054;
}
</style>