Shades of Wild Watermelon #F26274
Tints of Wild Watermelon #F26274
RGB
CMYK
RGB Variations
Color information
#F26274 (or 0xF26274) is known color: Wild Watermelon. HEX triplet: F2, 62 and 74. RGB value is (242,98,116). Sum of RGB (Red+Green+Blue) = 242+98+116=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F26274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26274 is #0D9D8B. Grayscale: #8F8F8F. Windows color (decimal): -892300 or 7627506. OLE color: 7627506.
HSL color Cylindrical-coordinate representation of color #F26274: hue angle of 352.5º 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 #F26274 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 116 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.05 |
| HSL | 352.5º | 0.85% | 0.67% | - |
| HSV(B) | 352.5º | 0.6% | 0.95% | - |
| XYZ | 44.14 | 28.87 | 19.77 | - |
| YUV | 143.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 116 | 0 | 0.60 | 0.52 | 0.05 | 352.5 | 0.85 | 0.67 |
| Hex | F2 | 62 | 74 | 0 | 3C | 34 | 5 | 160 | 55 | 43 |
| Octal | 362 | 142 | 164 | 0 | 74 | 64 | 5 | 540 | 125 | 103 |
| Binary | 11110010 | 1100010 | 1110100 | 0 | 111100 | 110100 | 101 | 101100000 | 1010101 | 1000011 |
Color Harmonies of #F26274
Complementary color
Monochromatic Colors of #F26274
Black with #F26274
Text Example
Text Example
White with #F26274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26274; }
p { color: rgb(242,98,116); }
H1.HeaderClassName
{
color: #F26274;
}
.AnyTagClassName
{
color: #F26274;
}
</style>
background-color css
<style>
a { background-color: #F26274; }
a { background-color: rgb(242,98,116); }
div.DivClassName
{
background-color: #F26274;
}
.BgClassName
{
background-color: #F26274;
}
</style>
border-color css
<style>
span { border-color: #F26274; }
span { border-color: rgb(242,98,116); }
td.TdClassName
{
border-color: #F26274;
}
.TagClassName
{
border-color: #F26274;
}
</style>