Shades of Wild Watermelon #F25877
Tints of Wild Watermelon #F25877
RGB
CMYK
RGB Variations
Color information
#F25877 (or 0xF25877) is known color: Wild Watermelon. HEX triplet: F2, 58 and 77. RGB value is (242,88,119). Sum of RGB (Red+Green+Blue) = 242+88+119=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F25877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25877 is #0DA788. Grayscale: #898989. Windows color (decimal): -894857 or 7821554. OLE color: 7821554.
HSL color Cylindrical-coordinate representation of color #F25877: hue angle of 347.92º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25877 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 119 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.05 |
| HSL | 347.92º | 0.86% | 0.65% | - |
| HSV(B) | 347.92º | 0.64% | 0.95% | - |
| XYZ | 43.44 | 27.19 | 20.41 | - |
| YUV | 137.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 119 | 0 | 0.64 | 0.51 | 0.05 | 347.92 | 0.86 | 0.65 |
| Hex | F2 | 58 | 77 | 0 | 40 | 33 | 5 | 15C | 56 | 41 |
| Octal | 362 | 130 | 167 | 0 | 100 | 63 | 5 | 534 | 126 | 101 |
| Binary | 11110010 | 1011000 | 1110111 | 0 | 1000000 | 110011 | 101 | 101011100 | 1010110 | 1000001 |
Color Harmonies of #F25877
Complementary color
Monochromatic Colors of #F25877
Black with #F25877
Text Example
Text Example
White with #F25877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25877; }
p { color: rgb(242,88,119); }
H1.HeaderClassName
{
color: #F25877;
}
.AnyTagClassName
{
color: #F25877;
}
</style>
background-color css
<style>
a { background-color: #F25877; }
a { background-color: rgb(242,88,119); }
div.DivClassName
{
background-color: #F25877;
}
.BgClassName
{
background-color: #F25877;
}
</style>
border-color css
<style>
span { border-color: #F25877; }
span { border-color: rgb(242,88,119); }
td.TdClassName
{
border-color: #F25877;
}
.TagClassName
{
border-color: #F25877;
}
</style>