Shades of Wild Watermelon #F2595F
Tints of Wild Watermelon #F2595F
RGB
CMYK
RGB Variations
Color information
#F2595F (or 0xF2595F) is known color: Wild Watermelon. HEX triplet: F2, 59 and 5F. RGB value is (242,89,95). Sum of RGB (Red+Green+Blue) = 242+89+95=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2595F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2595F is #0DA6A0. Grayscale: #878787. Windows color (decimal): -894625 or 6248946. OLE color: 6248946.
HSL color Cylindrical-coordinate representation of color #F2595F: hue angle of 357.65º 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 #F2595F is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 95 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.05 |
| HSL | 357.65º | 0.85% | 0.65% | - |
| HSV(B) | 357.65º | 0.63% | 0.95% | - |
| XYZ | 42.26 | 26.85 | 13.78 | - |
| YUV | 135.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 95 | 0 | 0.63 | 0.61 | 0.05 | 357.65 | 0.85 | 0.65 |
| Hex | F2 | 59 | 5F | 0 | 3F | 3D | 5 | 166 | 55 | 41 |
| Octal | 362 | 131 | 137 | 0 | 77 | 75 | 5 | 546 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1011111 | 0 | 111111 | 111101 | 101 | 101100110 | 1010101 | 1000001 |
Color Harmonies of #F2595F
Complementary color
Monochromatic Colors of #F2595F
Black with #F2595F
Text Example
Text Example
White with #F2595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2595F; }
p { color: rgb(242,89,95); }
H1.HeaderClassName
{
color: #F2595F;
}
.AnyTagClassName
{
color: #F2595F;
}
</style>
background-color css
<style>
a { background-color: #F2595F; }
a { background-color: rgb(242,89,95); }
div.DivClassName
{
background-color: #F2595F;
}
.BgClassName
{
background-color: #F2595F;
}
</style>
border-color css
<style>
span { border-color: #F2595F; }
span { border-color: rgb(242,89,95); }
td.TdClassName
{
border-color: #F2595F;
}
.TagClassName
{
border-color: #F2595F;
}
</style>