Shades of Wild Watermelon #F25773
Tints of Wild Watermelon #F25773
RGB
CMYK
RGB Variations
Color information
#F25773 (or 0xF25773) is known color: Wild Watermelon. HEX triplet: F2, 57 and 73. RGB value is (242,87,115). Sum of RGB (Red+Green+Blue) = 242+87+115=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F25773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25773 is #0DA88C. Grayscale: #888888. Windows color (decimal): -895117 or 7559154. OLE color: 7559154.
HSL color Cylindrical-coordinate representation of color #F25773: hue angle of 349.16º 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 #F25773 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 115 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.05 |
| HSL | 349.16º | 0.86% | 0.65% | - |
| HSV(B) | 349.16º | 0.64% | 0.95% | - |
| XYZ | 43.12 | 26.93 | 19.15 | - |
| YUV | 136.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 115 | 0 | 0.64 | 0.52 | 0.05 | 349.16 | 0.86 | 0.65 |
| Hex | F2 | 57 | 73 | 0 | 40 | 34 | 5 | 15D | 56 | 41 |
| Octal | 362 | 127 | 163 | 0 | 100 | 64 | 5 | 535 | 126 | 101 |
| Binary | 11110010 | 1010111 | 1110011 | 0 | 1000000 | 110100 | 101 | 101011101 | 1010110 | 1000001 |
Color Harmonies of #F25773
Complementary color
Monochromatic Colors of #F25773
Black with #F25773
Text Example
Text Example
White with #F25773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25773; }
p { color: rgb(242,87,115); }
H1.HeaderClassName
{
color: #F25773;
}
.AnyTagClassName
{
color: #F25773;
}
</style>
background-color css
<style>
a { background-color: #F25773; }
a { background-color: rgb(242,87,115); }
div.DivClassName
{
background-color: #F25773;
}
.BgClassName
{
background-color: #F25773;
}
</style>
border-color css
<style>
span { border-color: #F25773; }
span { border-color: rgb(242,87,115); }
td.TdClassName
{
border-color: #F25773;
}
.TagClassName
{
border-color: #F25773;
}
</style>