Shades of Radical Red #FE4D5C
Tints of Radical Red #FE4D5C
RGB
CMYK
RGB Variations
Color information
#FE4D5C (or 0xFE4D5C) is known color: Radical Red. HEX triplet: FE, 4D and 5C. RGB value is (254,77,92). Sum of RGB (Red+Green+Blue) = 254+77+92=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D5C is #01B2A3. Grayscale: #838383. Windows color (decimal): -111268 or 6049278. OLE color: 6049278.
HSL color Cylindrical-coordinate representation of color #FE4D5C: hue angle of 354.92º 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 #FE4D5C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 92 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.00 |
| HSL | 354.92º | 0.99% | 0.65% | - |
| HSV(B) | 354.92º | 0.7% | 1% | - |
| XYZ | 45.46 | 27.15 | 12.97 | - |
| YUV | 131.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 92 | 0 | 0.70 | 0.64 | 0.00 | 354.92 | 0.99 | 0.65 |
| Hex | FE | 4D | 5C | 0 | 46 | 40 | 0 | 163 | 63 | 41 |
| Octal | 376 | 115 | 134 | 0 | 106 | 100 | 0 | 543 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1011100 | 0 | 1000110 | 1000000 | 0 | 101100011 | 1100011 | 1000001 |
Color Harmonies of #FE4D5C
Complementary color
Monochromatic Colors of #FE4D5C
Black with #FE4D5C
Text Example
Text Example
White with #FE4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D5C; }
p { color: rgb(254,77,92); }
H1.HeaderClassName
{
color: #FE4D5C;
}
.AnyTagClassName
{
color: #FE4D5C;
}
</style>
background-color css
<style>
a { background-color: #FE4D5C; }
a { background-color: rgb(254,77,92); }
div.DivClassName
{
background-color: #FE4D5C;
}
.BgClassName
{
background-color: #FE4D5C;
}
</style>
border-color css
<style>
span { border-color: #FE4D5C; }
span { border-color: rgb(254,77,92); }
td.TdClassName
{
border-color: #FE4D5C;
}
.TagClassName
{
border-color: #FE4D5C;
}
</style>