Shades of Wild Watermelon #F26076
Tints of Wild Watermelon #F26076
RGB
CMYK
RGB Variations
Color information
#F26076 (or 0xF26076) is known color: Wild Watermelon. HEX triplet: F2, 60 and 76. RGB value is (242,96,118). Sum of RGB (Red+Green+Blue) = 242+96+118=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F26076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26076 is #0D9F89. Grayscale: #8E8E8E. Windows color (decimal): -892810 or 7758066. OLE color: 7758066.
HSL color Cylindrical-coordinate representation of color #F26076: hue angle of 350.96º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26076 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 118 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.05 |
| HSL | 350.96º | 0.85% | 0.66% | - |
| HSV(B) | 350.96º | 0.6% | 0.95% | - |
| XYZ | 44.07 | 28.55 | 20.33 | - |
| YUV | 142.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 118 | 0 | 0.60 | 0.51 | 0.05 | 350.96 | 0.85 | 0.66 |
| Hex | F2 | 60 | 76 | 0 | 3C | 33 | 5 | 15F | 55 | 42 |
| Octal | 362 | 140 | 166 | 0 | 74 | 63 | 5 | 537 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1110110 | 0 | 111100 | 110011 | 101 | 101011111 | 1010101 | 1000010 |
Color Harmonies of #F26076
Complementary color
Monochromatic Colors of #F26076
Black with #F26076
Text Example
Text Example
White with #F26076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26076; }
p { color: rgb(242,96,118); }
H1.HeaderClassName
{
color: #F26076;
}
.AnyTagClassName
{
color: #F26076;
}
</style>
background-color css
<style>
a { background-color: #F26076; }
a { background-color: rgb(242,96,118); }
div.DivClassName
{
background-color: #F26076;
}
.BgClassName
{
background-color: #F26076;
}
</style>
border-color css
<style>
span { border-color: #F26076; }
span { border-color: rgb(242,96,118); }
td.TdClassName
{
border-color: #F26076;
}
.TagClassName
{
border-color: #F26076;
}
</style>