Shades of Wild Watermelon #FF5060
Tints of Wild Watermelon #FF5060
RGB
CMYK
RGB Variations
Color information
#FF5060 (or 0xFF5060) is known color: Wild Watermelon. HEX triplet: FF, 50 and 60. RGB value is (255,80,96). Sum of RGB (Red+Green+Blue) = 255+80+96=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5060 is #00AF9F. Grayscale: #868686. Windows color (decimal): -44960 or 6312191. OLE color: 6312191.
HSL color Cylindrical-coordinate representation of color #FF5060: hue angle of 354.51º 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 #FF5060 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 96 | - |
| CMYK | 0 | 0.69 | 0.62 | 0 |
| HSL | 354.51º | 1% | 0.66% | - |
| HSV(B) | 354.51º | 0.69% | 1% | - |
| XYZ | 46.22 | 27.84 | 14 | - |
| YUV | 134.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 96 | 0 | 0.69 | 0.62 | 0 | 354.51 | 1 | 0.66 |
| Hex | FF | 50 | 60 | 0 | 45 | 3E | 0 | 163 | 64 | 42 |
| Octal | 377 | 120 | 140 | 0 | 105 | 76 | 0 | 543 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1100000 | 0 | 1000101 | 111110 | 0 | 101100011 | 1100100 | 1000010 |
Color Harmonies of #FF5060
Complementary color
Monochromatic Colors of #FF5060
Black with #FF5060
Text Example
Text Example
White with #FF5060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5060; }
p { color: rgb(255,80,96); }
H1.HeaderClassName
{
color: #FF5060;
}
.AnyTagClassName
{
color: #FF5060;
}
</style>
background-color css
<style>
a { background-color: #FF5060; }
a { background-color: rgb(255,80,96); }
div.DivClassName
{
background-color: #FF5060;
}
.BgClassName
{
background-color: #FF5060;
}
</style>
border-color css
<style>
span { border-color: #FF5060; }
span { border-color: rgb(255,80,96); }
td.TdClassName
{
border-color: #FF5060;
}
.TagClassName
{
border-color: #FF5060;
}
</style>