Shades of Wild Watermelon #FF5160
Tints of Wild Watermelon #FF5160
RGB
CMYK
RGB Variations
Color information
#FF5160 (or 0xFF5160) is known color: Wild Watermelon. HEX triplet: FF, 51 and 60. RGB value is (255,81,96). Sum of RGB (Red+Green+Blue) = 255+81+96=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5160 is #00AE9F. Grayscale: #868686. Windows color (decimal): -44704 or 6312447. OLE color: 6312447.
HSL color Cylindrical-coordinate representation of color #FF5160: hue angle of 354.83º 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 #FF5160 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 96 | - |
| CMYK | 0 | 0.68 | 0.62 | 0 |
| HSL | 354.83º | 1% | 0.66% | - |
| HSV(B) | 354.83º | 0.68% | 1% | - |
| XYZ | 46.29 | 27.99 | 14.03 | - |
| YUV | 134.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 96 | 0 | 0.68 | 0.62 | 0 | 354.83 | 1 | 0.66 |
| Hex | FF | 51 | 60 | 0 | 44 | 3E | 0 | 163 | 64 | 42 |
| Octal | 377 | 121 | 140 | 0 | 104 | 76 | 0 | 543 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1100000 | 0 | 1000100 | 111110 | 0 | 101100011 | 1100100 | 1000010 |
Color Harmonies of #FF5160
Complementary color
Monochromatic Colors of #FF5160
Black with #FF5160
Text Example
Text Example
White with #FF5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5160; }
p { color: rgb(255,81,96); }
H1.HeaderClassName
{
color: #FF5160;
}
.AnyTagClassName
{
color: #FF5160;
}
</style>
background-color css
<style>
a { background-color: #FF5160; }
a { background-color: rgb(255,81,96); }
div.DivClassName
{
background-color: #FF5160;
}
.BgClassName
{
background-color: #FF5160;
}
</style>
border-color css
<style>
span { border-color: #FF5160; }
span { border-color: rgb(255,81,96); }
td.TdClassName
{
border-color: #FF5160;
}
.TagClassName
{
border-color: #FF5160;
}
</style>