Shades of Wild Watermelon #F25459
Tints of Wild Watermelon #F25459
RGB
CMYK
RGB Variations
Color information
#F25459 (or 0xF25459) is known color: Wild Watermelon. HEX triplet: F2, 54 and 59. RGB value is (242,84,89). Sum of RGB (Red+Green+Blue) = 242+84+89=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F25459 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25459 is #0DABA6. Grayscale: #838383. Windows color (decimal): -895911 or 5854450. OLE color: 5854450.
HSL color Cylindrical-coordinate representation of color #F25459: hue angle of 358.1º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25459 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 89 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.05 |
| HSL | 358.1º | 0.86% | 0.64% | - |
| HSV(B) | 358.1º | 0.65% | 0.95% | - |
| XYZ | 41.59 | 25.94 | 12.27 | - |
| YUV | 131.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 89 | 0 | 0.65 | 0.63 | 0.05 | 358.1 | 0.86 | 0.64 |
| Hex | F2 | 54 | 59 | 0 | 41 | 3F | 5 | 166 | 56 | 40 |
| Octal | 362 | 124 | 131 | 0 | 101 | 77 | 5 | 546 | 126 | 100 |
| Binary | 11110010 | 1010100 | 1011001 | 0 | 1000001 | 111111 | 101 | 101100110 | 1010110 | 1000000 |
Color Harmonies of #F25459
Complementary color
Monochromatic Colors of #F25459
Black with #F25459
Text Example
Text Example
White with #F25459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25459; }
p { color: rgb(242,84,89); }
H1.HeaderClassName
{
color: #F25459;
}
.AnyTagClassName
{
color: #F25459;
}
</style>
background-color css
<style>
a { background-color: #F25459; }
a { background-color: rgb(242,84,89); }
div.DivClassName
{
background-color: #F25459;
}
.BgClassName
{
background-color: #F25459;
}
</style>
border-color css
<style>
span { border-color: #F25459; }
span { border-color: rgb(242,84,89); }
td.TdClassName
{
border-color: #F25459;
}
.TagClassName
{
border-color: #F25459;
}
</style>