Shades of Radical Red #FF4059
Tints of Radical Red #FF4059
RGB
CMYK
RGB Variations
Color information
#FF4059 (or 0xFF4059) is known color: Radical Red. HEX triplet: FF, 40 and 59. RGB value is (255,64,89). Sum of RGB (Red+Green+Blue) = 255+64+89=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4059 is #00BFA6. Grayscale: #7C7C7C. Windows color (decimal): -49063 or 5849343. OLE color: 5849343.
HSL color Cylindrical-coordinate representation of color #FF4059: hue angle of 352.15º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4059 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 89 | - |
| CMYK | 0 | 0.75 | 0.65 | 0 |
| HSL | 352.15º | 1% | 0.63% | - |
| HSV(B) | 352.15º | 0.75% | 1% | - |
| XYZ | 44.88 | 25.65 | 12.04 | - |
| YUV | 123.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 89 | 0 | 0.75 | 0.65 | 0 | 352.15 | 1 | 0.63 |
| Hex | FF | 40 | 59 | 0 | 4B | 41 | 0 | 160 | 64 | 3F |
| Octal | 377 | 100 | 131 | 0 | 113 | 101 | 0 | 540 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1011001 | 0 | 1001011 | 1000001 | 0 | 101100000 | 1100100 | 111111 |
Color Harmonies of #FF4059
Complementary color
Monochromatic Colors of #FF4059
Black with #FF4059
Text Example
Text Example
White with #FF4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4059; }
p { color: rgb(255,64,89); }
H1.HeaderClassName
{
color: #FF4059;
}
.AnyTagClassName
{
color: #FF4059;
}
</style>
background-color css
<style>
a { background-color: #FF4059; }
a { background-color: rgb(255,64,89); }
div.DivClassName
{
background-color: #FF4059;
}
.BgClassName
{
background-color: #FF4059;
}
</style>
border-color css
<style>
span { border-color: #FF4059; }
span { border-color: rgb(255,64,89); }
td.TdClassName
{
border-color: #FF4059;
}
.TagClassName
{
border-color: #FF4059;
}
</style>