Shades of Wild Watermelon #FF5180
Tints of Wild Watermelon #FF5180
RGB
CMYK
RGB Variations
Color information
#FF5180 (or 0xFF5180) is known color: Wild Watermelon. HEX triplet: FF, 51 and 80. RGB value is (255,81,128). Sum of RGB (Red+Green+Blue) = 255+81+128=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5180 is #00AE7F. Grayscale: #8A8A8A. Windows color (decimal): -44672 or 8409599. OLE color: 8409599.
HSL color Cylindrical-coordinate representation of color #FF5180: hue angle of 343.79º 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 #FF5180 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 128 | - |
| CMYK | 0 | 0.68 | 0.50 | 0 |
| HSL | 343.79º | 1% | 0.66% | - |
| HSV(B) | 343.79º | 0.68% | 1% | - |
| XYZ | 48.08 | 28.7 | 23.43 | - |
| YUV | 138.38 | 122.15 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 128 | 0 | 0.68 | 0.50 | 0 | 343.79 | 1 | 0.66 |
| Hex | FF | 51 | 80 | 0 | 44 | 32 | 0 | 158 | 64 | 42 |
| Octal | 377 | 121 | 200 | 0 | 104 | 62 | 0 | 530 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10000000 | 0 | 1000100 | 110010 | 0 | 101011000 | 1100100 | 1000010 |
Color Harmonies of #FF5180
Complementary color
Monochromatic Colors of #FF5180
Black with #FF5180
Text Example
Text Example
White with #FF5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5180; }
p { color: rgb(255,81,128); }
H1.HeaderClassName
{
color: #FF5180;
}
.AnyTagClassName
{
color: #FF5180;
}
</style>
background-color css
<style>
a { background-color: #FF5180; }
a { background-color: rgb(255,81,128); }
div.DivClassName
{
background-color: #FF5180;
}
.BgClassName
{
background-color: #FF5180;
}
</style>
border-color css
<style>
span { border-color: #FF5180; }
span { border-color: rgb(255,81,128); }
td.TdClassName
{
border-color: #FF5180;
}
.TagClassName
{
border-color: #FF5180;
}
</style>