Shades of Wild Watermelon #F66266
Tints of Wild Watermelon #F66266
RGB
CMYK
RGB Variations
Color information
#F66266 (or 0xF66266) is known color: Wild Watermelon. HEX triplet: F6, 62 and 66. RGB value is (246,98,102). Sum of RGB (Red+Green+Blue) = 246+98+102=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F66266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66266 is #099D99. Grayscale: #8E8E8E. Windows color (decimal): -630170 or 6710006. OLE color: 6710006.
HSL color Cylindrical-coordinate representation of color #F66266: hue angle of 358.38º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F66266 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 102 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.04 |
| HSL | 358.38º | 0.89% | 0.67% | - |
| HSV(B) | 358.38º | 0.6% | 0.96% | - |
| XYZ | 44.77 | 29.29 | 15.86 | - |
| YUV | 142.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 102 | 0 | 0.60 | 0.59 | 0.04 | 358.38 | 0.89 | 0.67 |
| Hex | F6 | 62 | 66 | 0 | 3C | 3B | 4 | 166 | 59 | 43 |
| Octal | 366 | 142 | 146 | 0 | 74 | 73 | 4 | 546 | 131 | 103 |
| Binary | 11110110 | 1100010 | 1100110 | 0 | 111100 | 111011 | 100 | 101100110 | 1011001 | 1000011 |
Color Harmonies of #F66266
Complementary color
Monochromatic Colors of #F66266
Black with #F66266
Text Example
Text Example
White with #F66266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66266; }
p { color: rgb(246,98,102); }
H1.HeaderClassName
{
color: #F66266;
}
.AnyTagClassName
{
color: #F66266;
}
</style>
background-color css
<style>
a { background-color: #F66266; }
a { background-color: rgb(246,98,102); }
div.DivClassName
{
background-color: #F66266;
}
.BgClassName
{
background-color: #F66266;
}
</style>
border-color css
<style>
span { border-color: #F66266; }
span { border-color: rgb(246,98,102); }
td.TdClassName
{
border-color: #F66266;
}
.TagClassName
{
border-color: #F66266;
}
</style>