Shades of Wild Watermelon #F2606F
Tints of Wild Watermelon #F2606F
RGB
CMYK
RGB Variations
Color information
#F2606F (or 0xF2606F) is known color: Wild Watermelon. HEX triplet: F2, 60 and 6F. RGB value is (242,96,111). Sum of RGB (Red+Green+Blue) = 242+96+111=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2606F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2606F is #0D9F90. Grayscale: #8D8D8D. Windows color (decimal): -892817 or 7299314. OLE color: 7299314.
HSL color Cylindrical-coordinate representation of color #F2606F: hue angle of 353.84º 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 #F2606F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 111 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.05 |
| HSL | 353.84º | 0.85% | 0.66% | - |
| HSV(B) | 353.84º | 0.6% | 0.95% | - |
| XYZ | 43.67 | 28.39 | 18.22 | - |
| YUV | 141.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 111 | 0 | 0.60 | 0.54 | 0.05 | 353.84 | 0.85 | 0.66 |
| Hex | F2 | 60 | 6F | 0 | 3C | 36 | 5 | 162 | 55 | 42 |
| Octal | 362 | 140 | 157 | 0 | 74 | 66 | 5 | 542 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1101111 | 0 | 111100 | 110110 | 101 | 101100010 | 1010101 | 1000010 |
Color Harmonies of #F2606F
Complementary color
Monochromatic Colors of #F2606F
Black with #F2606F
Text Example
Text Example
White with #F2606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2606F; }
p { color: rgb(242,96,111); }
H1.HeaderClassName
{
color: #F2606F;
}
.AnyTagClassName
{
color: #F2606F;
}
</style>
background-color css
<style>
a { background-color: #F2606F; }
a { background-color: rgb(242,96,111); }
div.DivClassName
{
background-color: #F2606F;
}
.BgClassName
{
background-color: #F2606F;
}
</style>
border-color css
<style>
span { border-color: #F2606F; }
span { border-color: rgb(242,96,111); }
td.TdClassName
{
border-color: #F2606F;
}
.TagClassName
{
border-color: #F2606F;
}
</style>