Shades of Wild Watermelon #F25665
Tints of Wild Watermelon #F25665
RGB
CMYK
RGB Variations
Color information
#F25665 (or 0xF25665) is known color: Wild Watermelon. HEX triplet: F2, 56 and 65. RGB value is (242,86,101). Sum of RGB (Red+Green+Blue) = 242+86+101=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F25665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25665 is #0DA99A. Grayscale: #868686. Windows color (decimal): -895387 or 6641394. OLE color: 6641394.
HSL color Cylindrical-coordinate representation of color #F25665: hue angle of 354.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25665 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 101 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.05 |
| HSL | 354.23º | 0.86% | 0.64% | - |
| HSV(B) | 354.23º | 0.64% | 0.95% | - |
| XYZ | 42.29 | 26.47 | 15.19 | - |
| YUV | 134.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 101 | 0 | 0.64 | 0.58 | 0.05 | 354.23 | 0.86 | 0.64 |
| Hex | F2 | 56 | 65 | 0 | 40 | 3A | 5 | 162 | 56 | 40 |
| Octal | 362 | 126 | 145 | 0 | 100 | 72 | 5 | 542 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1100101 | 0 | 1000000 | 111010 | 101 | 101100010 | 1010110 | 1000000 |
Color Harmonies of #F25665
Complementary color
Monochromatic Colors of #F25665
Black with #F25665
Text Example
Text Example
White with #F25665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25665; }
p { color: rgb(242,86,101); }
H1.HeaderClassName
{
color: #F25665;
}
.AnyTagClassName
{
color: #F25665;
}
</style>
background-color css
<style>
a { background-color: #F25665; }
a { background-color: rgb(242,86,101); }
div.DivClassName
{
background-color: #F25665;
}
.BgClassName
{
background-color: #F25665;
}
</style>
border-color css
<style>
span { border-color: #F25665; }
span { border-color: rgb(242,86,101); }
td.TdClassName
{
border-color: #F25665;
}
.TagClassName
{
border-color: #F25665;
}
</style>