Shades of Wild Watermelon #F25662
Tints of Wild Watermelon #F25662
RGB
CMYK
RGB Variations
Color information
#F25662 (or 0xF25662) is known color: Wild Watermelon. HEX triplet: F2, 56 and 62. RGB value is (242,86,98). Sum of RGB (Red+Green+Blue) = 242+86+98=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F25662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25662 is #0DA99D. Grayscale: #868686. Windows color (decimal): -895390 or 6444786. OLE color: 6444786.
HSL color Cylindrical-coordinate representation of color #F25662: hue angle of 355.38º 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 #F25662 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 98 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.05 |
| HSL | 355.38º | 0.86% | 0.64% | - |
| HSV(B) | 355.38º | 0.64% | 0.95% | - |
| XYZ | 42.15 | 26.41 | 14.43 | - |
| YUV | 134.01 | 107.68 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 98 | 0 | 0.64 | 0.60 | 0.05 | 355.38 | 0.86 | 0.64 |
| Hex | F2 | 56 | 62 | 0 | 40 | 3C | 5 | 163 | 56 | 40 |
| Octal | 362 | 126 | 142 | 0 | 100 | 74 | 5 | 543 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1100010 | 0 | 1000000 | 111100 | 101 | 101100011 | 1010110 | 1000000 |
Color Harmonies of #F25662
Complementary color
Monochromatic Colors of #F25662
Black with #F25662
Text Example
Text Example
White with #F25662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25662; }
p { color: rgb(242,86,98); }
H1.HeaderClassName
{
color: #F25662;
}
.AnyTagClassName
{
color: #F25662;
}
</style>
background-color css
<style>
a { background-color: #F25662; }
a { background-color: rgb(242,86,98); }
div.DivClassName
{
background-color: #F25662;
}
.BgClassName
{
background-color: #F25662;
}
</style>
border-color css
<style>
span { border-color: #F25662; }
span { border-color: rgb(242,86,98); }
td.TdClassName
{
border-color: #F25662;
}
.TagClassName
{
border-color: #F25662;
}
</style>