Shades of Radical Red #FF4E5D
Tints of Radical Red #FF4E5D
RGB
CMYK
RGB Variations
Color information
#FF4E5D (or 0xFF4E5D) is known color: Radical Red. HEX triplet: FF, 4E and 5D. RGB value is (255,78,93). Sum of RGB (Red+Green+Blue) = 255+78+93=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4E5D is #00B1A2. Grayscale: #848484. Windows color (decimal): -45475 or 6115071. OLE color: 6115071.
HSL color Cylindrical-coordinate representation of color #FF4E5D: hue angle of 354.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4E5D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 93 | - |
| CMYK | 0 | 0.69 | 0.64 | 0 |
| HSL | 354.92º | 1% | 0.65% | - |
| HSV(B) | 354.92º | 0.69% | 1% | - |
| XYZ | 45.94 | 27.5 | 13.24 | - |
| YUV | 132.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 93 | 0 | 0.69 | 0.64 | 0 | 354.92 | 1 | 0.65 |
| Hex | FF | 4E | 5D | 0 | 45 | 40 | 0 | 163 | 64 | 41 |
| Octal | 377 | 116 | 135 | 0 | 105 | 100 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001110 | 1011101 | 0 | 1000101 | 1000000 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4E5D
Complementary color
Monochromatic Colors of #FF4E5D
Black with #FF4E5D
Text Example
Text Example
White with #FF4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E5D; }
p { color: rgb(255,78,93); }
H1.HeaderClassName
{
color: #FF4E5D;
}
.AnyTagClassName
{
color: #FF4E5D;
}
</style>
background-color css
<style>
a { background-color: #FF4E5D; }
a { background-color: rgb(255,78,93); }
div.DivClassName
{
background-color: #FF4E5D;
}
.BgClassName
{
background-color: #FF4E5D;
}
</style>
border-color css
<style>
span { border-color: #FF4E5D; }
span { border-color: rgb(255,78,93); }
td.TdClassName
{
border-color: #FF4E5D;
}
.TagClassName
{
border-color: #FF4E5D;
}
</style>