Shades of Wild Watermelon #FF5162
Tints of Wild Watermelon #FF5162
RGB
CMYK
RGB Variations
Color information
#FF5162 (or 0xFF5162) is known color: Wild Watermelon. HEX triplet: FF, 51 and 62. RGB value is (255,81,98). Sum of RGB (Red+Green+Blue) = 255+81+98=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5162 is #00AE9D. Grayscale: #878787. Windows color (decimal): -44702 or 6443519. OLE color: 6443519.
HSL color Cylindrical-coordinate representation of color #FF5162: hue angle of 354.14º 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 #FF5162 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 98 | - |
| CMYK | 0 | 0.68 | 0.62 | 0 |
| HSL | 354.14º | 1% | 0.66% | - |
| HSV(B) | 354.14º | 0.68% | 1% | - |
| XYZ | 46.39 | 28.03 | 14.52 | - |
| YUV | 134.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 98 | 0 | 0.68 | 0.62 | 0 | 354.14 | 1 | 0.66 |
| Hex | FF | 51 | 62 | 0 | 44 | 3E | 0 | 162 | 64 | 42 |
| Octal | 377 | 121 | 142 | 0 | 104 | 76 | 0 | 542 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1100010 | 0 | 1000100 | 111110 | 0 | 101100010 | 1100100 | 1000010 |
Color Harmonies of #FF5162
Complementary color
Monochromatic Colors of #FF5162
Black with #FF5162
Text Example
Text Example
White with #FF5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5162; }
p { color: rgb(255,81,98); }
H1.HeaderClassName
{
color: #FF5162;
}
.AnyTagClassName
{
color: #FF5162;
}
</style>
background-color css
<style>
a { background-color: #FF5162; }
a { background-color: rgb(255,81,98); }
div.DivClassName
{
background-color: #FF5162;
}
.BgClassName
{
background-color: #FF5162;
}
</style>
border-color css
<style>
span { border-color: #FF5162; }
span { border-color: rgb(255,81,98); }
td.TdClassName
{
border-color: #FF5162;
}
.TagClassName
{
border-color: #FF5162;
}
</style>