Shades of Radical Red #FF4E5C
Tints of Radical Red #FF4E5C
RGB
CMYK
RGB Variations
Color information
#FF4E5C (or 0xFF4E5C) is known color: Radical Red. HEX triplet: FF, 4E and 5C. RGB value is (255,78,92). Sum of RGB (Red+Green+Blue) = 255+78+92=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4E5C is #00B1A3. Grayscale: #848484. Windows color (decimal): -45476 or 6049535. OLE color: 6049535.
HSL color Cylindrical-coordinate representation of color #FF4E5C: hue angle of 355.25º 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 #FF4E5C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 92 | - |
| CMYK | 0 | 0.69 | 0.64 | 0 |
| HSL | 355.25º | 1% | 0.65% | - |
| HSV(B) | 355.25º | 0.69% | 1% | - |
| XYZ | 45.9 | 27.48 | 13.01 | - |
| YUV | 132.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 92 | 0 | 0.69 | 0.64 | 0 | 355.25 | 1 | 0.65 |
| Hex | FF | 4E | 5C | 0 | 45 | 40 | 0 | 163 | 64 | 41 |
| Octal | 377 | 116 | 134 | 0 | 105 | 100 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001110 | 1011100 | 0 | 1000101 | 1000000 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4E5C
Complementary color
Monochromatic Colors of #FF4E5C
Black with #FF4E5C
Text Example
Text Example
White with #FF4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E5C; }
p { color: rgb(255,78,92); }
H1.HeaderClassName
{
color: #FF4E5C;
}
.AnyTagClassName
{
color: #FF4E5C;
}
</style>
background-color css
<style>
a { background-color: #FF4E5C; }
a { background-color: rgb(255,78,92); }
div.DivClassName
{
background-color: #FF4E5C;
}
.BgClassName
{
background-color: #FF4E5C;
}
</style>
border-color css
<style>
span { border-color: #FF4E5C; }
span { border-color: rgb(255,78,92); }
td.TdClassName
{
border-color: #FF4E5C;
}
.TagClassName
{
border-color: #FF4E5C;
}
</style>