Shades of Wild Watermelon #F26276
Tints of Wild Watermelon #F26276
RGB
CMYK
RGB Variations
Color information
#F26276 (or 0xF26276) is known color: Wild Watermelon. HEX triplet: F2, 62 and 76. RGB value is (242,98,118). Sum of RGB (Red+Green+Blue) = 242+98+118=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F26276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26276 is #0D9D89. Grayscale: #8F8F8F. Windows color (decimal): -892298 or 7758578. OLE color: 7758578.
HSL color Cylindrical-coordinate representation of color #F26276: hue angle of 351.67º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26276 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 118 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.05 |
| HSL | 351.67º | 0.85% | 0.67% | - |
| HSV(B) | 351.67º | 0.6% | 0.95% | - |
| XYZ | 44.26 | 28.92 | 20.39 | - |
| YUV | 143.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 118 | 0 | 0.60 | 0.51 | 0.05 | 351.67 | 0.85 | 0.67 |
| Hex | F2 | 62 | 76 | 0 | 3C | 33 | 5 | 160 | 55 | 43 |
| Octal | 362 | 142 | 166 | 0 | 74 | 63 | 5 | 540 | 125 | 103 |
| Binary | 11110010 | 1100010 | 1110110 | 0 | 111100 | 110011 | 101 | 101100000 | 1010101 | 1000011 |
Color Harmonies of #F26276
Complementary color
Monochromatic Colors of #F26276
Black with #F26276
Text Example
Text Example
White with #F26276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26276; }
p { color: rgb(242,98,118); }
H1.HeaderClassName
{
color: #F26276;
}
.AnyTagClassName
{
color: #F26276;
}
</style>
background-color css
<style>
a { background-color: #F26276; }
a { background-color: rgb(242,98,118); }
div.DivClassName
{
background-color: #F26276;
}
.BgClassName
{
background-color: #F26276;
}
</style>
border-color css
<style>
span { border-color: #F26276; }
span { border-color: rgb(242,98,118); }
td.TdClassName
{
border-color: #F26276;
}
.TagClassName
{
border-color: #F26276;
}
</style>