Shades of Wild Watermelon #F2486F
Tints of Wild Watermelon #F2486F
RGB
CMYK
RGB Variations
Color information
#F2486F (or 0xF2486F) is known color: Wild Watermelon. HEX triplet: F2, 48 and 6F. RGB value is (242,72,111). Sum of RGB (Red+Green+Blue) = 242+72+111=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2486F is #0DB790. Grayscale: #7F7F7F. Windows color (decimal): -898961 or 7293170. OLE color: 7293170.
HSL color Cylindrical-coordinate representation of color #F2486F: hue angle of 346.24º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2486F is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 111 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.05 |
| HSL | 346.24º | 0.87% | 0.62% | - |
| HSV(B) | 346.24º | 0.7% | 0.95% | - |
| XYZ | 41.8 | 24.66 | 17.6 | - |
| YUV | 127.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 111 | 0 | 0.70 | 0.54 | 0.05 | 346.24 | 0.87 | 0.62 |
| Hex | F2 | 48 | 6F | 0 | 46 | 36 | 5 | 15A | 57 | 3E |
| Octal | 362 | 110 | 157 | 0 | 106 | 66 | 5 | 532 | 127 | 76 |
| Binary | 11110010 | 1001000 | 1101111 | 0 | 1000110 | 110110 | 101 | 101011010 | 1010111 | 111110 |
Color Harmonies of #F2486F
Complementary color
Monochromatic Colors of #F2486F
Black with #F2486F
Text Example
Text Example
White with #F2486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2486F; }
p { color: rgb(242,72,111); }
H1.HeaderClassName
{
color: #F2486F;
}
.AnyTagClassName
{
color: #F2486F;
}
</style>
background-color css
<style>
a { background-color: #F2486F; }
a { background-color: rgb(242,72,111); }
div.DivClassName
{
background-color: #F2486F;
}
.BgClassName
{
background-color: #F2486F;
}
</style>
border-color css
<style>
span { border-color: #F2486F; }
span { border-color: rgb(242,72,111); }
td.TdClassName
{
border-color: #F2486F;
}
.TagClassName
{
border-color: #F2486F;
}
</style>