Shades of Radical Red #FE4C55
Tints of Radical Red #FE4C55
RGB
CMYK
RGB Variations
Color information
#FE4C55 (or 0xFE4C55) is known color: Radical Red. HEX triplet: FE, 4C and 55. RGB value is (254,76,85). Sum of RGB (Red+Green+Blue) = 254+76+85=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C55 is #01B3AA. Grayscale: #828282. Windows color (decimal): -111531 or 5590270. OLE color: 5590270.
HSL color Cylindrical-coordinate representation of color #FE4C55: hue angle of 356.97º 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 #FE4C55 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 85 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.00 |
| HSL | 356.97º | 0.99% | 0.65% | - |
| HSV(B) | 356.97º | 0.7% | 1% | - |
| XYZ | 45.1 | 26.9 | 11.41 | - |
| YUV | 130.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 85 | 0 | 0.70 | 0.67 | 0.00 | 356.97 | 0.99 | 0.65 |
| Hex | FE | 4C | 55 | 0 | 46 | 43 | 0 | 165 | 63 | 41 |
| Octal | 376 | 114 | 125 | 0 | 106 | 103 | 0 | 545 | 143 | 101 |
| Binary | 11111110 | 1001100 | 1010101 | 0 | 1000110 | 1000011 | 0 | 101100101 | 1100011 | 1000001 |
Color Harmonies of #FE4C55
Complementary color
Monochromatic Colors of #FE4C55
Black with #FE4C55
Text Example
Text Example
White with #FE4C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C55; }
p { color: rgb(254,76,85); }
H1.HeaderClassName
{
color: #FE4C55;
}
.AnyTagClassName
{
color: #FE4C55;
}
</style>
background-color css
<style>
a { background-color: #FE4C55; }
a { background-color: rgb(254,76,85); }
div.DivClassName
{
background-color: #FE4C55;
}
.BgClassName
{
background-color: #FE4C55;
}
</style>
border-color css
<style>
span { border-color: #FE4C55; }
span { border-color: rgb(254,76,85); }
td.TdClassName
{
border-color: #FE4C55;
}
.TagClassName
{
border-color: #FE4C55;
}
</style>