Shades of Wild Watermelon #FF5063
Tints of Wild Watermelon #FF5063
RGB
CMYK
RGB Variations
Color information
#FF5063 (or 0xFF5063) is known color: Wild Watermelon. HEX triplet: FF, 50 and 63. RGB value is (255,80,99). Sum of RGB (Red+Green+Blue) = 255+80+99=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5063 is #00AF9C. Grayscale: #868686. Windows color (decimal): -44957 or 6508799. OLE color: 6508799.
HSL color Cylindrical-coordinate representation of color #FF5063: hue angle of 353.49º 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 #FF5063 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 99 | - |
| CMYK | 0 | 0.69 | 0.61 | 0 |
| HSL | 353.49º | 1% | 0.66% | - |
| HSV(B) | 353.49º | 0.69% | 1% | - |
| XYZ | 46.36 | 27.9 | 14.75 | - |
| YUV | 134.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 99 | 0 | 0.69 | 0.61 | 0 | 353.49 | 1 | 0.66 |
| Hex | FF | 50 | 63 | 0 | 45 | 3D | 0 | 161 | 64 | 42 |
| Octal | 377 | 120 | 143 | 0 | 105 | 75 | 0 | 541 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1100011 | 0 | 1000101 | 111101 | 0 | 101100001 | 1100100 | 1000010 |
Color Harmonies of #FF5063
Complementary color
Monochromatic Colors of #FF5063
Black with #FF5063
Text Example
Text Example
White with #FF5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5063; }
p { color: rgb(255,80,99); }
H1.HeaderClassName
{
color: #FF5063;
}
.AnyTagClassName
{
color: #FF5063;
}
</style>
background-color css
<style>
a { background-color: #FF5063; }
a { background-color: rgb(255,80,99); }
div.DivClassName
{
background-color: #FF5063;
}
.BgClassName
{
background-color: #FF5063;
}
</style>
border-color css
<style>
span { border-color: #FF5063; }
span { border-color: rgb(255,80,99); }
td.TdClassName
{
border-color: #FF5063;
}
.TagClassName
{
border-color: #FF5063;
}
</style>