Shades of Radical Red #FE5154
Tints of Radical Red #FE5154
RGB
CMYK
RGB Variations
Color information
#FE5154 (or 0xFE5154) is known color: Radical Red. HEX triplet: FE, 51 and 54. RGB value is (254,81,84). Sum of RGB (Red+Green+Blue) = 254+81+84=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5154 is #01AEAB. Grayscale: #858585. Windows color (decimal): -110252 or 5526014. OLE color: 5526014.
HSL color Cylindrical-coordinate representation of color #FE5154: hue angle of 358.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5154 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 84 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.00 |
| HSL | 358.96º | 0.99% | 0.66% | - |
| HSV(B) | 358.96º | 0.68% | 1% | - |
| XYZ | 45.42 | 27.6 | 11.32 | - |
| YUV | 133.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 84 | 0 | 0.68 | 0.67 | 0.00 | 358.96 | 0.99 | 0.66 |
| Hex | FE | 51 | 54 | 0 | 44 | 43 | 0 | 167 | 63 | 42 |
| Octal | 376 | 121 | 124 | 0 | 104 | 103 | 0 | 547 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1010100 | 0 | 1000100 | 1000011 | 0 | 101100111 | 1100011 | 1000010 |
Color Harmonies of #FE5154
Complementary color
Monochromatic Colors of #FE5154
Black with #FE5154
Text Example
Text Example
White with #FE5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5154; }
p { color: rgb(254,81,84); }
H1.HeaderClassName
{
color: #FE5154;
}
.AnyTagClassName
{
color: #FE5154;
}
</style>
background-color css
<style>
a { background-color: #FE5154; }
a { background-color: rgb(254,81,84); }
div.DivClassName
{
background-color: #FE5154;
}
.BgClassName
{
background-color: #FE5154;
}
</style>
border-color css
<style>
span { border-color: #FE5154; }
span { border-color: rgb(254,81,84); }
td.TdClassName
{
border-color: #FE5154;
}
.TagClassName
{
border-color: #FE5154;
}
</style>