Shades of Wild Watermelon #F2595C
Tints of Wild Watermelon #F2595C
RGB
CMYK
RGB Variations
Color information
#F2595C (or 0xF2595C) is known color: Wild Watermelon. HEX triplet: F2, 59 and 5C. RGB value is (242,89,92). Sum of RGB (Red+Green+Blue) = 242+89+92=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2595C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2595C is #0DA6A3. Grayscale: #878787. Windows color (decimal): -894628 or 6052338. OLE color: 6052338.
HSL color Cylindrical-coordinate representation of color #F2595C: hue angle of 358.82º 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 #F2595C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 92 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.05 |
| HSL | 358.82º | 0.85% | 0.65% | - |
| HSV(B) | 358.82º | 0.63% | 0.95% | - |
| XYZ | 42.12 | 26.79 | 13.08 | - |
| YUV | 135.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 92 | 0 | 0.63 | 0.62 | 0.05 | 358.82 | 0.85 | 0.65 |
| Hex | F2 | 59 | 5C | 0 | 3F | 3E | 5 | 167 | 55 | 41 |
| Octal | 362 | 131 | 134 | 0 | 77 | 76 | 5 | 547 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1011100 | 0 | 111111 | 111110 | 101 | 101100111 | 1010101 | 1000001 |
Color Harmonies of #F2595C
Complementary color
Monochromatic Colors of #F2595C
Black with #F2595C
Text Example
Text Example
White with #F2595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2595C; }
p { color: rgb(242,89,92); }
H1.HeaderClassName
{
color: #F2595C;
}
.AnyTagClassName
{
color: #F2595C;
}
</style>
background-color css
<style>
a { background-color: #F2595C; }
a { background-color: rgb(242,89,92); }
div.DivClassName
{
background-color: #F2595C;
}
.BgClassName
{
background-color: #F2595C;
}
</style>
border-color css
<style>
span { border-color: #F2595C; }
span { border-color: rgb(242,89,92); }
td.TdClassName
{
border-color: #F2595C;
}
.TagClassName
{
border-color: #F2595C;
}
</style>