Shades of Wild Watermelon #F25866
Tints of Wild Watermelon #F25866
RGB
CMYK
RGB Variations
Color information
#F25866 (or 0xF25866) is known color: Wild Watermelon. HEX triplet: F2, 58 and 66. RGB value is (242,88,102). Sum of RGB (Red+Green+Blue) = 242+88+102=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F25866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25866 is #0DA799. Grayscale: #878787. Windows color (decimal): -894874 or 6707442. OLE color: 6707442.
HSL color Cylindrical-coordinate representation of color #F25866: hue angle of 354.55º 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 #F25866 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 102 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.05 |
| HSL | 354.55º | 0.86% | 0.65% | - |
| HSV(B) | 354.55º | 0.64% | 0.95% | - |
| XYZ | 42.51 | 26.82 | 15.51 | - |
| YUV | 135.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 102 | 0 | 0.64 | 0.58 | 0.05 | 354.55 | 0.86 | 0.65 |
| Hex | F2 | 58 | 66 | 0 | 40 | 3A | 5 | 163 | 56 | 41 |
| Octal | 362 | 130 | 146 | 0 | 100 | 72 | 5 | 543 | 126 | 101 |
| Binary | 11110010 | 1011000 | 1100110 | 0 | 1000000 | 111010 | 101 | 101100011 | 1010110 | 1000001 |
Color Harmonies of #F25866
Complementary color
Monochromatic Colors of #F25866
Black with #F25866
Text Example
Text Example
White with #F25866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25866; }
p { color: rgb(242,88,102); }
H1.HeaderClassName
{
color: #F25866;
}
.AnyTagClassName
{
color: #F25866;
}
</style>
background-color css
<style>
a { background-color: #F25866; }
a { background-color: rgb(242,88,102); }
div.DivClassName
{
background-color: #F25866;
}
.BgClassName
{
background-color: #F25866;
}
</style>
border-color css
<style>
span { border-color: #F25866; }
span { border-color: rgb(242,88,102); }
td.TdClassName
{
border-color: #F25866;
}
.TagClassName
{
border-color: #F25866;
}
</style>