Shades of Wild Watermelon #F25977
Tints of Wild Watermelon #F25977
RGB
CMYK
RGB Variations
Color information
#F25977 (or 0xF25977) is known color: Wild Watermelon. HEX triplet: F2, 59 and 77. RGB value is (242,89,119). Sum of RGB (Red+Green+Blue) = 242+89+119=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F25977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25977 is #0DA688. Grayscale: #8A8A8A. Windows color (decimal): -894601 or 7821810. OLE color: 7821810.
HSL color Cylindrical-coordinate representation of color #F25977: hue angle of 348.24º 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 #F25977 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 119 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.05 |
| HSL | 348.24º | 0.85% | 0.65% | - |
| HSV(B) | 348.24º | 0.63% | 0.95% | - |
| XYZ | 43.52 | 27.35 | 20.44 | - |
| YUV | 138.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 119 | 0 | 0.63 | 0.51 | 0.05 | 348.24 | 0.85 | 0.65 |
| Hex | F2 | 59 | 77 | 0 | 3F | 33 | 5 | 15C | 55 | 41 |
| Octal | 362 | 131 | 167 | 0 | 77 | 63 | 5 | 534 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1110111 | 0 | 111111 | 110011 | 101 | 101011100 | 1010101 | 1000001 |
Color Harmonies of #F25977
Complementary color
Monochromatic Colors of #F25977
Black with #F25977
Text Example
Text Example
White with #F25977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25977; }
p { color: rgb(242,89,119); }
H1.HeaderClassName
{
color: #F25977;
}
.AnyTagClassName
{
color: #F25977;
}
</style>
background-color css
<style>
a { background-color: #F25977; }
a { background-color: rgb(242,89,119); }
div.DivClassName
{
background-color: #F25977;
}
.BgClassName
{
background-color: #F25977;
}
</style>
border-color css
<style>
span { border-color: #F25977; }
span { border-color: rgb(242,89,119); }
td.TdClassName
{
border-color: #F25977;
}
.TagClassName
{
border-color: #F25977;
}
</style>