Shades of Radical Red #FE5455
Tints of Radical Red #FE5455
RGB
CMYK
RGB Variations
Color information
#FE5455 (or 0xFE5455) is known color: Radical Red. HEX triplet: FE, 54 and 55. RGB value is (254,84,85). Sum of RGB (Red+Green+Blue) = 254+84+85=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5455 is #01ABAA. Grayscale: #878787. Windows color (decimal): -109483 or 5592318. OLE color: 5592318.
HSL color Cylindrical-coordinate representation of color #FE5455: hue angle of 359.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5455 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 85 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.00 |
| HSL | 359.65º | 0.99% | 0.66% | - |
| HSV(B) | 359.65º | 0.67% | 1% | - |
| XYZ | 45.68 | 28.07 | 11.6 | - |
| YUV | 134.94 | 99.82 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 85 | 0 | 0.67 | 0.67 | 0.00 | 359.65 | 0.99 | 0.66 |
| Hex | FE | 54 | 55 | 0 | 43 | 43 | 0 | 168 | 63 | 42 |
| Octal | 376 | 124 | 125 | 0 | 103 | 103 | 0 | 550 | 143 | 102 |
| Binary | 11111110 | 1010100 | 1010101 | 0 | 1000011 | 1000011 | 0 | 101101000 | 1100011 | 1000010 |
Color Harmonies of #FE5455
Complementary color
Monochromatic Colors of #FE5455
Black with #FE5455
Text Example
Text Example
White with #FE5455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5455; }
p { color: rgb(254,84,85); }
H1.HeaderClassName
{
color: #FE5455;
}
.AnyTagClassName
{
color: #FE5455;
}
</style>
background-color css
<style>
a { background-color: #FE5455; }
a { background-color: rgb(254,84,85); }
div.DivClassName
{
background-color: #FE5455;
}
.BgClassName
{
background-color: #FE5455;
}
</style>
border-color css
<style>
span { border-color: #FE5455; }
span { border-color: rgb(254,84,85); }
td.TdClassName
{
border-color: #FE5455;
}
.TagClassName
{
border-color: #FE5455;
}
</style>