Shades of Wild Watermelon #FF6076
Tints of Wild Watermelon #FF6076
RGB
CMYK
RGB Variations
Color information
#FF6076 (or 0xFF6076) is known color: Wild Watermelon. HEX triplet: FF, 60 and 76. RGB value is (255,96,118). Sum of RGB (Red+Green+Blue) = 255+96+118=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6076 is #009F89. Grayscale: #929292. Windows color (decimal): -40842 or 7758079. OLE color: 7758079.
HSL color Cylindrical-coordinate representation of color #FF6076: hue angle of 351.7º 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 #FF6076 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 118 | - |
| CMYK | 0 | 0.62 | 0.54 | 0 |
| HSL | 351.7º | 1% | 0.69% | - |
| HSV(B) | 351.7º | 0.62% | 1% | - |
| XYZ | 48.69 | 30.93 | 20.54 | - |
| YUV | 146.05 | 112.18 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 118 | 0 | 0.62 | 0.54 | 0 | 351.7 | 1 | 0.69 |
| Hex | FF | 60 | 76 | 0 | 3E | 36 | 0 | 160 | 64 | 45 |
| Octal | 377 | 140 | 166 | 0 | 76 | 66 | 0 | 540 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1110110 | 0 | 111110 | 110110 | 0 | 101100000 | 1100100 | 1000101 |
Color Harmonies of #FF6076
Complementary color
Monochromatic Colors of #FF6076
Black with #FF6076
Text Example
Text Example
White with #FF6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6076; }
p { color: rgb(255,96,118); }
H1.HeaderClassName
{
color: #FF6076;
}
.AnyTagClassName
{
color: #FF6076;
}
</style>
background-color css
<style>
a { background-color: #FF6076; }
a { background-color: rgb(255,96,118); }
div.DivClassName
{
background-color: #FF6076;
}
.BgClassName
{
background-color: #FF6076;
}
</style>
border-color css
<style>
span { border-color: #FF6076; }
span { border-color: rgb(255,96,118); }
td.TdClassName
{
border-color: #FF6076;
}
.TagClassName
{
border-color: #FF6076;
}
</style>