Shades of Wild Watermelon #F2496D
Tints of Wild Watermelon #F2496D
RGB
CMYK
RGB Variations
Color information
#F2496D (or 0xF2496D) is known color: Wild Watermelon. HEX triplet: F2, 49 and 6D. RGB value is (242,73,109). Sum of RGB (Red+Green+Blue) = 242+73+109=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2496D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2496D is #0DB692. Grayscale: #7F7F7F. Windows color (decimal): -898707 or 7162354. OLE color: 7162354.
HSL color Cylindrical-coordinate representation of color #F2496D: hue angle of 347.22º 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 #F2496D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 109 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.05 |
| HSL | 347.22º | 0.87% | 0.62% | - |
| HSV(B) | 347.22º | 0.7% | 0.95% | - |
| XYZ | 41.76 | 24.75 | 17.04 | - |
| YUV | 127.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 109 | 0 | 0.70 | 0.55 | 0.05 | 347.22 | 0.87 | 0.62 |
| Hex | F2 | 49 | 6D | 0 | 46 | 37 | 5 | 15B | 57 | 3E |
| Octal | 362 | 111 | 155 | 0 | 106 | 67 | 5 | 533 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1101101 | 0 | 1000110 | 110111 | 101 | 101011011 | 1010111 | 111110 |
Color Harmonies of #F2496D
Complementary color
Monochromatic Colors of #F2496D
Black with #F2496D
Text Example
Text Example
White with #F2496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2496D; }
p { color: rgb(242,73,109); }
H1.HeaderClassName
{
color: #F2496D;
}
.AnyTagClassName
{
color: #F2496D;
}
</style>
background-color css
<style>
a { background-color: #F2496D; }
a { background-color: rgb(242,73,109); }
div.DivClassName
{
background-color: #F2496D;
}
.BgClassName
{
background-color: #F2496D;
}
</style>
border-color css
<style>
span { border-color: #F2496D; }
span { border-color: rgb(242,73,109); }
td.TdClassName
{
border-color: #F2496D;
}
.TagClassName
{
border-color: #F2496D;
}
</style>