Shades of Wild Watermelon #F25962
Tints of Wild Watermelon #F25962
RGB
CMYK
RGB Variations
Color information
#F25962 (or 0xF25962) is known color: Wild Watermelon. HEX triplet: F2, 59 and 62. RGB value is (242,89,98). Sum of RGB (Red+Green+Blue) = 242+89+98=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F25962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25962 is #0DA69D. Grayscale: #878787. Windows color (decimal): -894622 or 6445554. OLE color: 6445554.
HSL color Cylindrical-coordinate representation of color #F25962: hue angle of 356.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25962 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 98 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.05 |
| HSL | 356.47º | 0.85% | 0.65% | - |
| HSV(B) | 356.47º | 0.63% | 0.95% | - |
| XYZ | 42.39 | 26.9 | 14.51 | - |
| YUV | 135.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 98 | 0 | 0.63 | 0.60 | 0.05 | 356.47 | 0.85 | 0.65 |
| Hex | F2 | 59 | 62 | 0 | 3F | 3C | 5 | 164 | 55 | 41 |
| Octal | 362 | 131 | 142 | 0 | 77 | 74 | 5 | 544 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1100010 | 0 | 111111 | 111100 | 101 | 101100100 | 1010101 | 1000001 |
Color Harmonies of #F25962
Complementary color
Monochromatic Colors of #F25962
Black with #F25962
Text Example
Text Example
White with #F25962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25962; }
p { color: rgb(242,89,98); }
H1.HeaderClassName
{
color: #F25962;
}
.AnyTagClassName
{
color: #F25962;
}
</style>
background-color css
<style>
a { background-color: #F25962; }
a { background-color: rgb(242,89,98); }
div.DivClassName
{
background-color: #F25962;
}
.BgClassName
{
background-color: #F25962;
}
</style>
border-color css
<style>
span { border-color: #F25962; }
span { border-color: rgb(242,89,98); }
td.TdClassName
{
border-color: #F25962;
}
.TagClassName
{
border-color: #F25962;
}
</style>