Shades of Wild Watermelon #F25860
Tints of Wild Watermelon #F25860
RGB
CMYK
RGB Variations
Color information
#F25860 (or 0xF25860) is known color: Wild Watermelon. HEX triplet: F2, 58 and 60. RGB value is (242,88,96). Sum of RGB (Red+Green+Blue) = 242+88+96=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F25860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25860 is #0DA79F. Grayscale: #878787. Windows color (decimal): -894880 or 6314226. OLE color: 6314226.
HSL color Cylindrical-coordinate representation of color #F25860: hue angle of 356.88º 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 #F25860 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 96 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.05 |
| HSL | 356.88º | 0.86% | 0.65% | - |
| HSV(B) | 356.88º | 0.64% | 0.95% | - |
| XYZ | 42.22 | 26.7 | 14 | - |
| YUV | 134.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 96 | 0 | 0.64 | 0.60 | 0.05 | 356.88 | 0.86 | 0.65 |
| Hex | F2 | 58 | 60 | 0 | 40 | 3C | 5 | 165 | 56 | 41 |
| Octal | 362 | 130 | 140 | 0 | 100 | 74 | 5 | 545 | 126 | 101 |
| Binary | 11110010 | 1011000 | 1100000 | 0 | 1000000 | 111100 | 101 | 101100101 | 1010110 | 1000001 |
Color Harmonies of #F25860
Complementary color
Monochromatic Colors of #F25860
Black with #F25860
Text Example
Text Example
White with #F25860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25860; }
p { color: rgb(242,88,96); }
H1.HeaderClassName
{
color: #F25860;
}
.AnyTagClassName
{
color: #F25860;
}
</style>
background-color css
<style>
a { background-color: #F25860; }
a { background-color: rgb(242,88,96); }
div.DivClassName
{
background-color: #F25860;
}
.BgClassName
{
background-color: #F25860;
}
</style>
border-color css
<style>
span { border-color: #F25860; }
span { border-color: rgb(242,88,96); }
td.TdClassName
{
border-color: #F25860;
}
.TagClassName
{
border-color: #F25860;
}
</style>