Shades of Wild Watermelon #FF6079
Tints of Wild Watermelon #FF6079
RGB
CMYK
RGB Variations
Color information
#FF6079 (or 0xFF6079) is known color: Wild Watermelon. HEX triplet: FF, 60 and 79. RGB value is (255,96,121). Sum of RGB (Red+Green+Blue) = 255+96+121=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6079 is #009F86. Grayscale: #929292. Windows color (decimal): -40839 or 7954687. OLE color: 7954687.
HSL color Cylindrical-coordinate representation of color #FF6079: hue angle of 350.57º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6079 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 121 | - |
| CMYK | 0 | 0.62 | 0.53 | 0 |
| HSL | 350.57º | 1% | 0.69% | - |
| HSV(B) | 350.57º | 0.62% | 1% | - |
| XYZ | 48.87 | 31.01 | 21.5 | - |
| YUV | 146.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 121 | 0 | 0.62 | 0.53 | 0 | 350.57 | 1 | 0.69 |
| Hex | FF | 60 | 79 | 0 | 3E | 35 | 0 | 15F | 64 | 45 |
| Octal | 377 | 140 | 171 | 0 | 76 | 65 | 0 | 537 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1111001 | 0 | 111110 | 110101 | 0 | 101011111 | 1100100 | 1000101 |
Color Harmonies of #FF6079
Complementary color
Monochromatic Colors of #FF6079
Black with #FF6079
Text Example
Text Example
White with #FF6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6079; }
p { color: rgb(255,96,121); }
H1.HeaderClassName
{
color: #FF6079;
}
.AnyTagClassName
{
color: #FF6079;
}
</style>
background-color css
<style>
a { background-color: #FF6079; }
a { background-color: rgb(255,96,121); }
div.DivClassName
{
background-color: #FF6079;
}
.BgClassName
{
background-color: #FF6079;
}
</style>
border-color css
<style>
span { border-color: #FF6079; }
span { border-color: rgb(255,96,121); }
td.TdClassName
{
border-color: #FF6079;
}
.TagClassName
{
border-color: #FF6079;
}
</style>