Shades of Radical Red #FF4E60
Tints of Radical Red #FF4E60
RGB
CMYK
RGB Variations
Color information
#FF4E60 (or 0xFF4E60) is known color: Radical Red. HEX triplet: FF, 4E and 60. RGB value is (255,78,96). Sum of RGB (Red+Green+Blue) = 255+78+96=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4E60 is #00B19F. Grayscale: #858585. Windows color (decimal): -45472 or 6311679. OLE color: 6311679.
HSL color Cylindrical-coordinate representation of color #FF4E60: hue angle of 353.9º 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 #FF4E60 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 96 | - |
| CMYK | 0 | 0.69 | 0.62 | 0 |
| HSL | 353.9º | 1% | 0.65% | - |
| HSV(B) | 353.9º | 0.69% | 1% | - |
| XYZ | 46.08 | 27.55 | 13.96 | - |
| YUV | 132.98 | 107.14 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 96 | 0 | 0.69 | 0.62 | 0 | 353.9 | 1 | 0.65 |
| Hex | FF | 4E | 60 | 0 | 45 | 3E | 0 | 162 | 64 | 41 |
| Octal | 377 | 116 | 140 | 0 | 105 | 76 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001110 | 1100000 | 0 | 1000101 | 111110 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4E60
Complementary color
Monochromatic Colors of #FF4E60
Black with #FF4E60
Text Example
Text Example
White with #FF4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E60; }
p { color: rgb(255,78,96); }
H1.HeaderClassName
{
color: #FF4E60;
}
.AnyTagClassName
{
color: #FF4E60;
}
</style>
background-color css
<style>
a { background-color: #FF4E60; }
a { background-color: rgb(255,78,96); }
div.DivClassName
{
background-color: #FF4E60;
}
.BgClassName
{
background-color: #FF4E60;
}
</style>
border-color css
<style>
span { border-color: #FF4E60; }
span { border-color: rgb(255,78,96); }
td.TdClassName
{
border-color: #FF4E60;
}
.TagClassName
{
border-color: #FF4E60;
}
</style>