Shades of Wild Watermelon #F25976
Tints of Wild Watermelon #F25976
RGB
CMYK
RGB Variations
Color information
#F25976 (or 0xF25976) is known color: Wild Watermelon. HEX triplet: F2, 59 and 76. RGB value is (242,89,118). Sum of RGB (Red+Green+Blue) = 242+89+118=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F25976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25976 is #0DA689. Grayscale: #8A8A8A. Windows color (decimal): -894602 or 7756274. OLE color: 7756274.
HSL color Cylindrical-coordinate representation of color #F25976: hue angle of 348.63º 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 #F25976 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 118 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.05 |
| HSL | 348.63º | 0.85% | 0.65% | - |
| HSV(B) | 348.63º | 0.63% | 0.95% | - |
| XYZ | 43.46 | 27.33 | 20.12 | - |
| YUV | 138.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 118 | 0 | 0.63 | 0.51 | 0.05 | 348.63 | 0.85 | 0.65 |
| Hex | F2 | 59 | 76 | 0 | 3F | 33 | 5 | 15D | 55 | 41 |
| Octal | 362 | 131 | 166 | 0 | 77 | 63 | 5 | 535 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1110110 | 0 | 111111 | 110011 | 101 | 101011101 | 1010101 | 1000001 |
Color Harmonies of #F25976
Complementary color
Monochromatic Colors of #F25976
Black with #F25976
Text Example
Text Example
White with #F25976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25976; }
p { color: rgb(242,89,118); }
H1.HeaderClassName
{
color: #F25976;
}
.AnyTagClassName
{
color: #F25976;
}
</style>
background-color css
<style>
a { background-color: #F25976; }
a { background-color: rgb(242,89,118); }
div.DivClassName
{
background-color: #F25976;
}
.BgClassName
{
background-color: #F25976;
}
</style>
border-color css
<style>
span { border-color: #F25976; }
span { border-color: rgb(242,89,118); }
td.TdClassName
{
border-color: #F25976;
}
.TagClassName
{
border-color: #F25976;
}
</style>