Shades of Wild Watermelon #FF5078
Tints of Wild Watermelon #FF5078
RGB
CMYK
RGB Variations
Color information
#FF5078 (or 0xFF5078) is known color: Wild Watermelon. HEX triplet: FF, 50 and 78. RGB value is (255,80,120). Sum of RGB (Red+Green+Blue) = 255+80+120=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5078 is #00AF87. Grayscale: #888888. Windows color (decimal): -44936 or 7885055. OLE color: 7885055.
HSL color Cylindrical-coordinate representation of color #FF5078: hue angle of 346.29º 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 #FF5078 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 120 | - |
| CMYK | 0 | 0.69 | 0.53 | 0 |
| HSL | 346.29º | 1% | 0.66% | - |
| HSV(B) | 346.29º | 0.69% | 1% | - |
| XYZ | 47.5 | 28.35 | 20.74 | - |
| YUV | 136.89 | 118.48 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 120 | 0 | 0.69 | 0.53 | 0 | 346.29 | 1 | 0.66 |
| Hex | FF | 50 | 78 | 0 | 45 | 35 | 0 | 15A | 64 | 42 |
| Octal | 377 | 120 | 170 | 0 | 105 | 65 | 0 | 532 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1111000 | 0 | 1000101 | 110101 | 0 | 101011010 | 1100100 | 1000010 |
Color Harmonies of #FF5078
Complementary color
Monochromatic Colors of #FF5078
Black with #FF5078
Text Example
Text Example
White with #FF5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5078; }
p { color: rgb(255,80,120); }
H1.HeaderClassName
{
color: #FF5078;
}
.AnyTagClassName
{
color: #FF5078;
}
</style>
background-color css
<style>
a { background-color: #FF5078; }
a { background-color: rgb(255,80,120); }
div.DivClassName
{
background-color: #FF5078;
}
.BgClassName
{
background-color: #FF5078;
}
</style>
border-color css
<style>
span { border-color: #FF5078; }
span { border-color: rgb(255,80,120); }
td.TdClassName
{
border-color: #FF5078;
}
.TagClassName
{
border-color: #FF5078;
}
</style>