Shades of Radical Red #FE4C5A
Tints of Radical Red #FE4C5A
RGB
CMYK
RGB Variations
Color information
#FE4C5A (or 0xFE4C5A) is known color: Radical Red. HEX triplet: FE, 4C and 5A. RGB value is (254,76,90). Sum of RGB (Red+Green+Blue) = 254+76+90=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C5A is #01B3A5. Grayscale: #828282. Windows color (decimal): -111526 or 5917950. OLE color: 5917950.
HSL color Cylindrical-coordinate representation of color #FE4C5A: hue angle of 355.28º 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 #FE4C5A is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 90 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.00 |
| HSL | 355.28º | 0.99% | 0.65% | - |
| HSV(B) | 355.28º | 0.7% | 1% | - |
| XYZ | 45.3 | 26.98 | 12.49 | - |
| YUV | 130.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 90 | 0 | 0.70 | 0.65 | 0.00 | 355.28 | 0.99 | 0.65 |
| Hex | FE | 4C | 5A | 0 | 46 | 41 | 0 | 163 | 63 | 41 |
| Octal | 376 | 114 | 132 | 0 | 106 | 101 | 0 | 543 | 143 | 101 |
| Binary | 11111110 | 1001100 | 1011010 | 0 | 1000110 | 1000001 | 0 | 101100011 | 1100011 | 1000001 |
Color Harmonies of #FE4C5A
Complementary color
Monochromatic Colors of #FE4C5A
Black with #FE4C5A
Text Example
Text Example
White with #FE4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C5A; }
p { color: rgb(254,76,90); }
H1.HeaderClassName
{
color: #FE4C5A;
}
.AnyTagClassName
{
color: #FE4C5A;
}
</style>
background-color css
<style>
a { background-color: #FE4C5A; }
a { background-color: rgb(254,76,90); }
div.DivClassName
{
background-color: #FE4C5A;
}
.BgClassName
{
background-color: #FE4C5A;
}
</style>
border-color css
<style>
span { border-color: #FE4C5A; }
span { border-color: rgb(254,76,90); }
td.TdClassName
{
border-color: #FE4C5A;
}
.TagClassName
{
border-color: #FE4C5A;
}
</style>