Shades of Radical Red #FF4E50
Tints of Radical Red #FF4E50
RGB
CMYK
RGB Variations
Color information
#FF4E50 (or 0xFF4E50) is known color: Radical Red. HEX triplet: FF, 4E and 50. RGB value is (255,78,80). Sum of RGB (Red+Green+Blue) = 255+78+80=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4E50 is #00B1AF. Grayscale: #838383. Windows color (decimal): -45488 or 5263103. OLE color: 5263103.
HSL color Cylindrical-coordinate representation of color #FF4E50: hue angle of 359.32º 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 #FF4E50 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 80 | - |
| CMYK | 0 | 0.69 | 0.69 | 0 |
| HSL | 359.32º | 1% | 0.65% | - |
| HSV(B) | 359.32º | 0.69% | 1% | - |
| XYZ | 45.41 | 27.29 | 10.46 | - |
| YUV | 131.15 | 99.14 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 80 | 0 | 0.69 | 0.69 | 0 | 359.32 | 1 | 0.65 |
| Hex | FF | 4E | 50 | 0 | 45 | 45 | 0 | 167 | 64 | 41 |
| Octal | 377 | 116 | 120 | 0 | 105 | 105 | 0 | 547 | 144 | 101 |
| Binary | 11111111 | 1001110 | 1010000 | 0 | 1000101 | 1000101 | 0 | 101100111 | 1100100 | 1000001 |
Color Harmonies of #FF4E50
Complementary color
Monochromatic Colors of #FF4E50
Black with #FF4E50
Text Example
Text Example
White with #FF4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E50; }
p { color: rgb(255,78,80); }
H1.HeaderClassName
{
color: #FF4E50;
}
.AnyTagClassName
{
color: #FF4E50;
}
</style>
background-color css
<style>
a { background-color: #FF4E50; }
a { background-color: rgb(255,78,80); }
div.DivClassName
{
background-color: #FF4E50;
}
.BgClassName
{
background-color: #FF4E50;
}
</style>
border-color css
<style>
span { border-color: #FF4E50; }
span { border-color: rgb(255,78,80); }
td.TdClassName
{
border-color: #FF4E50;
}
.TagClassName
{
border-color: #FF4E50;
}
</style>