Shades of Wild Watermelon #F26270
Tints of Wild Watermelon #F26270
RGB
CMYK
RGB Variations
Color information
#F26270 (or 0xF26270) is known color: Wild Watermelon. HEX triplet: F2, 62 and 70. RGB value is (242,98,112). Sum of RGB (Red+Green+Blue) = 242+98+112=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F26270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26270 is #0D9D8F. Grayscale: #8E8E8E. Windows color (decimal): -892304 or 7365362. OLE color: 7365362.
HSL color Cylindrical-coordinate representation of color #F26270: hue angle of 354.17º 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 #F26270 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 112 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.05 |
| HSL | 354.17º | 0.85% | 0.67% | - |
| HSV(B) | 354.17º | 0.6% | 0.95% | - |
| XYZ | 43.91 | 28.78 | 18.57 | - |
| YUV | 142.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 112 | 0 | 0.60 | 0.54 | 0.05 | 354.17 | 0.85 | 0.67 |
| Hex | F2 | 62 | 70 | 0 | 3C | 36 | 5 | 162 | 55 | 43 |
| Octal | 362 | 142 | 160 | 0 | 74 | 66 | 5 | 542 | 125 | 103 |
| Binary | 11110010 | 1100010 | 1110000 | 0 | 111100 | 110110 | 101 | 101100010 | 1010101 | 1000011 |
Color Harmonies of #F26270
Complementary color
Monochromatic Colors of #F26270
Black with #F26270
Text Example
Text Example
White with #F26270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26270; }
p { color: rgb(242,98,112); }
H1.HeaderClassName
{
color: #F26270;
}
.AnyTagClassName
{
color: #F26270;
}
</style>
background-color css
<style>
a { background-color: #F26270; }
a { background-color: rgb(242,98,112); }
div.DivClassName
{
background-color: #F26270;
}
.BgClassName
{
background-color: #F26270;
}
</style>
border-color css
<style>
span { border-color: #F26270; }
span { border-color: rgb(242,98,112); }
td.TdClassName
{
border-color: #F26270;
}
.TagClassName
{
border-color: #F26270;
}
</style>