Shades of Radical Red #FE4D60
Tints of Radical Red #FE4D60
RGB
CMYK
RGB Variations
Color information
#FE4D60 (or 0xFE4D60) is known color: Radical Red. HEX triplet: FE, 4D and 60. RGB value is (254,77,96). Sum of RGB (Red+Green+Blue) = 254+77+96=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D60 is #01B29F. Grayscale: #848484. Windows color (decimal): -111264 or 6311422. OLE color: 6311422.
HSL color Cylindrical-coordinate representation of color #FE4D60: hue angle of 353.56º 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 #FE4D60 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 96 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.00 |
| HSL | 353.56º | 0.99% | 0.65% | - |
| HSV(B) | 353.56º | 0.7% | 1% | - |
| XYZ | 45.64 | 27.22 | 13.92 | - |
| YUV | 132.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 96 | 0 | 0.70 | 0.62 | 0.00 | 353.56 | 0.99 | 0.65 |
| Hex | FE | 4D | 60 | 0 | 46 | 3E | 0 | 162 | 63 | 41 |
| Octal | 376 | 115 | 140 | 0 | 106 | 76 | 0 | 542 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1100000 | 0 | 1000110 | 111110 | 0 | 101100010 | 1100011 | 1000001 |
Color Harmonies of #FE4D60
Complementary color
Monochromatic Colors of #FE4D60
Black with #FE4D60
Text Example
Text Example
White with #FE4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D60; }
p { color: rgb(254,77,96); }
H1.HeaderClassName
{
color: #FE4D60;
}
.AnyTagClassName
{
color: #FE4D60;
}
</style>
background-color css
<style>
a { background-color: #FE4D60; }
a { background-color: rgb(254,77,96); }
div.DivClassName
{
background-color: #FE4D60;
}
.BgClassName
{
background-color: #FE4D60;
}
</style>
border-color css
<style>
span { border-color: #FE4D60; }
span { border-color: rgb(254,77,96); }
td.TdClassName
{
border-color: #FE4D60;
}
.TagClassName
{
border-color: #FE4D60;
}
</style>