Shades of Wild Watermelon #F2596C
Tints of Wild Watermelon #F2596C
RGB
CMYK
RGB Variations
Color information
#F2596C (or 0xF2596C) is known color: Wild Watermelon. HEX triplet: F2, 59 and 6C. RGB value is (242,89,108). Sum of RGB (Red+Green+Blue) = 242+89+108=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2596C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2596C is #0DA693. Grayscale: #888888. Windows color (decimal): -894612 or 7100914. OLE color: 7100914.
HSL color Cylindrical-coordinate representation of color #F2596C: hue angle of 352.55º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2596C is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 108 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.05 |
| HSL | 352.55º | 0.85% | 0.65% | - |
| HSV(B) | 352.55º | 0.63% | 0.95% | - |
| XYZ | 42.9 | 27.1 | 17.16 | - |
| YUV | 136.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 108 | 0 | 0.63 | 0.55 | 0.05 | 352.55 | 0.85 | 0.65 |
| Hex | F2 | 59 | 6C | 0 | 3F | 37 | 5 | 161 | 55 | 41 |
| Octal | 362 | 131 | 154 | 0 | 77 | 67 | 5 | 541 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1101100 | 0 | 111111 | 110111 | 101 | 101100001 | 1010101 | 1000001 |
Color Harmonies of #F2596C
Complementary color
Monochromatic Colors of #F2596C
Black with #F2596C
Text Example
Text Example
White with #F2596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2596C; }
p { color: rgb(242,89,108); }
H1.HeaderClassName
{
color: #F2596C;
}
.AnyTagClassName
{
color: #F2596C;
}
</style>
background-color css
<style>
a { background-color: #F2596C; }
a { background-color: rgb(242,89,108); }
div.DivClassName
{
background-color: #F2596C;
}
.BgClassName
{
background-color: #F2596C;
}
</style>
border-color css
<style>
span { border-color: #F2596C; }
span { border-color: rgb(242,89,108); }
td.TdClassName
{
border-color: #F2596C;
}
.TagClassName
{
border-color: #F2596C;
}
</style>