Shades of Wild Watermelon #F2596B
Tints of Wild Watermelon #F2596B
RGB
CMYK
RGB Variations
Color information
#F2596B (or 0xF2596B) is known color: Wild Watermelon. HEX triplet: F2, 59 and 6B. RGB value is (242,89,107). Sum of RGB (Red+Green+Blue) = 242+89+107=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2596B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2596B is #0DA694. Grayscale: #888888. Windows color (decimal): -894613 or 7035378. OLE color: 7035378.
HSL color Cylindrical-coordinate representation of color #F2596B: hue angle of 352.94º 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 #F2596B is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 107 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.05 |
| HSL | 352.94º | 0.85% | 0.65% | - |
| HSV(B) | 352.94º | 0.63% | 0.95% | - |
| XYZ | 42.84 | 27.08 | 16.88 | - |
| YUV | 136.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 107 | 0 | 0.63 | 0.56 | 0.05 | 352.94 | 0.85 | 0.65 |
| Hex | F2 | 59 | 6B | 0 | 3F | 38 | 5 | 161 | 55 | 41 |
| Octal | 362 | 131 | 153 | 0 | 77 | 70 | 5 | 541 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1101011 | 0 | 111111 | 111000 | 101 | 101100001 | 1010101 | 1000001 |
Color Harmonies of #F2596B
Complementary color
Monochromatic Colors of #F2596B
Black with #F2596B
Text Example
Text Example
White with #F2596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2596B; }
p { color: rgb(242,89,107); }
H1.HeaderClassName
{
color: #F2596B;
}
.AnyTagClassName
{
color: #F2596B;
}
</style>
background-color css
<style>
a { background-color: #F2596B; }
a { background-color: rgb(242,89,107); }
div.DivClassName
{
background-color: #F2596B;
}
.BgClassName
{
background-color: #F2596B;
}
</style>
border-color css
<style>
span { border-color: #F2596B; }
span { border-color: rgb(242,89,107); }
td.TdClassName
{
border-color: #F2596B;
}
.TagClassName
{
border-color: #F2596B;
}
</style>