Shades of Radical Red #FE4D53
Tints of Radical Red #FE4D53
RGB
CMYK
RGB Variations
Color information
#FE4D53 (or 0xFE4D53) is known color: Radical Red. HEX triplet: FE, 4D and 53. RGB value is (254,77,83). Sum of RGB (Red+Green+Blue) = 254+77+83=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D53 is #01B2AC. Grayscale: #828282. Windows color (decimal): -111277 or 5459454. OLE color: 5459454.
HSL color Cylindrical-coordinate representation of color #FE4D53: hue angle of 357.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 #FE4D53 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 83 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.00 |
| HSL | 357.97º | 0.99% | 0.65% | - |
| HSV(B) | 357.97º | 0.7% | 1% | - |
| XYZ | 45.09 | 27 | 11.02 | - |
| YUV | 130.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 83 | 0 | 0.70 | 0.67 | 0.00 | 357.97 | 0.99 | 0.65 |
| Hex | FE | 4D | 53 | 0 | 46 | 43 | 0 | 166 | 63 | 41 |
| Octal | 376 | 115 | 123 | 0 | 106 | 103 | 0 | 546 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1010011 | 0 | 1000110 | 1000011 | 0 | 101100110 | 1100011 | 1000001 |
Color Harmonies of #FE4D53
Complementary color
Monochromatic Colors of #FE4D53
Black with #FE4D53
Text Example
Text Example
White with #FE4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D53; }
p { color: rgb(254,77,83); }
H1.HeaderClassName
{
color: #FE4D53;
}
.AnyTagClassName
{
color: #FE4D53;
}
</style>
background-color css
<style>
a { background-color: #FE4D53; }
a { background-color: rgb(254,77,83); }
div.DivClassName
{
background-color: #FE4D53;
}
.BgClassName
{
background-color: #FE4D53;
}
</style>
border-color css
<style>
span { border-color: #FE4D53; }
span { border-color: rgb(254,77,83); }
td.TdClassName
{
border-color: #FE4D53;
}
.TagClassName
{
border-color: #FE4D53;
}
</style>