Shades of Radical Red #FF5059
Tints of Radical Red #FF5059
RGB
CMYK
RGB Variations
Color information
#FF5059 (or 0xFF5059) is known color: Radical Red. HEX triplet: FF, 50 and 59. RGB value is (255,80,89). Sum of RGB (Red+Green+Blue) = 255+80+89=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5059 is #00AFA6. Grayscale: #858585. Windows color (decimal): -44967 or 5853439. OLE color: 5853439.
HSL color Cylindrical-coordinate representation of color #FF5059: hue angle of 356.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5059 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 89 | - |
| CMYK | 0 | 0.69 | 0.65 | 0 |
| HSL | 356.91º | 1% | 0.66% | - |
| HSV(B) | 356.91º | 0.69% | 1% | - |
| XYZ | 45.91 | 27.72 | 12.38 | - |
| YUV | 133.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 89 | 0 | 0.69 | 0.65 | 0 | 356.91 | 1 | 0.66 |
| Hex | FF | 50 | 59 | 0 | 45 | 41 | 0 | 165 | 64 | 42 |
| Octal | 377 | 120 | 131 | 0 | 105 | 101 | 0 | 545 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1011001 | 0 | 1000101 | 1000001 | 0 | 101100101 | 1100100 | 1000010 |
Color Harmonies of #FF5059
Complementary color
Monochromatic Colors of #FF5059
Black with #FF5059
Text Example
Text Example
White with #FF5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5059; }
p { color: rgb(255,80,89); }
H1.HeaderClassName
{
color: #FF5059;
}
.AnyTagClassName
{
color: #FF5059;
}
</style>
background-color css
<style>
a { background-color: #FF5059; }
a { background-color: rgb(255,80,89); }
div.DivClassName
{
background-color: #FF5059;
}
.BgClassName
{
background-color: #FF5059;
}
</style>
border-color css
<style>
span { border-color: #FF5059; }
span { border-color: rgb(255,80,89); }
td.TdClassName
{
border-color: #FF5059;
}
.TagClassName
{
border-color: #FF5059;
}
</style>