Shades of Radical Red #FF5159
Tints of Radical Red #FF5159
RGB
CMYK
RGB Variations
Color information
#FF5159 (or 0xFF5159) is known color: Radical Red. HEX triplet: FF, 51 and 59. RGB value is (255,81,89). Sum of RGB (Red+Green+Blue) = 255+81+89=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5159 is #00AEA6. Grayscale: #868686. Windows color (decimal): -44711 or 5853695. OLE color: 5853695.
HSL color Cylindrical-coordinate representation of color #FF5159: hue angle of 357.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5159 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 89 | - |
| CMYK | 0 | 0.68 | 0.65 | 0 |
| HSL | 357.24º | 1% | 0.66% | - |
| HSV(B) | 357.24º | 0.68% | 1% | - |
| XYZ | 45.99 | 27.87 | 12.41 | - |
| YUV | 133.94 | 102.65 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 89 | 0 | 0.68 | 0.65 | 0 | 357.24 | 1 | 0.66 |
| Hex | FF | 51 | 59 | 0 | 44 | 41 | 0 | 165 | 64 | 42 |
| Octal | 377 | 121 | 131 | 0 | 104 | 101 | 0 | 545 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1011001 | 0 | 1000100 | 1000001 | 0 | 101100101 | 1100100 | 1000010 |
Color Harmonies of #FF5159
Complementary color
Monochromatic Colors of #FF5159
Black with #FF5159
Text Example
Text Example
White with #FF5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5159; }
p { color: rgb(255,81,89); }
H1.HeaderClassName
{
color: #FF5159;
}
.AnyTagClassName
{
color: #FF5159;
}
</style>
background-color css
<style>
a { background-color: #FF5159; }
a { background-color: rgb(255,81,89); }
div.DivClassName
{
background-color: #FF5159;
}
.BgClassName
{
background-color: #FF5159;
}
</style>
border-color css
<style>
span { border-color: #FF5159; }
span { border-color: rgb(255,81,89); }
td.TdClassName
{
border-color: #FF5159;
}
.TagClassName
{
border-color: #FF5159;
}
</style>