Shades of Wild Watermelon #F26275
Tints of Wild Watermelon #F26275
RGB
CMYK
RGB Variations
Color information
#F26275 (or 0xF26275) is known color: Wild Watermelon. HEX triplet: F2, 62 and 75. RGB value is (242,98,117). Sum of RGB (Red+Green+Blue) = 242+98+117=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F26275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26275 is #0D9D8A. Grayscale: #8F8F8F. Windows color (decimal): -892299 or 7693042. OLE color: 7693042.
HSL color Cylindrical-coordinate representation of color #F26275: hue angle of 352.08º 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 #F26275 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 117 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.05 |
| HSL | 352.08º | 0.85% | 0.67% | - |
| HSV(B) | 352.08º | 0.6% | 0.95% | - |
| XYZ | 44.2 | 28.9 | 20.08 | - |
| YUV | 143.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 117 | 0 | 0.60 | 0.52 | 0.05 | 352.08 | 0.85 | 0.67 |
| Hex | F2 | 62 | 75 | 0 | 3C | 34 | 5 | 160 | 55 | 43 |
| Octal | 362 | 142 | 165 | 0 | 74 | 64 | 5 | 540 | 125 | 103 |
| Binary | 11110010 | 1100010 | 1110101 | 0 | 111100 | 110100 | 101 | 101100000 | 1010101 | 1000011 |
Color Harmonies of #F26275
Complementary color
Monochromatic Colors of #F26275
Black with #F26275
Text Example
Text Example
White with #F26275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26275; }
p { color: rgb(242,98,117); }
H1.HeaderClassName
{
color: #F26275;
}
.AnyTagClassName
{
color: #F26275;
}
</style>
background-color css
<style>
a { background-color: #F26275; }
a { background-color: rgb(242,98,117); }
div.DivClassName
{
background-color: #F26275;
}
.BgClassName
{
background-color: #F26275;
}
</style>
border-color css
<style>
span { border-color: #F26275; }
span { border-color: rgb(242,98,117); }
td.TdClassName
{
border-color: #F26275;
}
.TagClassName
{
border-color: #F26275;
}
</style>