Shades of Wild Watermelon #F85773
Tints of Wild Watermelon #F85773
RGB
CMYK
RGB Variations
Color information
#F85773 (or 0xF85773) is known color: Wild Watermelon. HEX triplet: F8, 57 and 73. RGB value is (248,87,115). Sum of RGB (Red+Green+Blue) = 248+87+115=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F85773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85773 is #07A88C. Grayscale: #8A8A8A. Windows color (decimal): -501901 or 7559160. OLE color: 7559160.
HSL color Cylindrical-coordinate representation of color #F85773: hue angle of 349.57º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85773 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 115 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.03 |
| HSL | 349.57º | 0.92% | 0.66% | - |
| HSV(B) | 349.57º | 0.65% | 0.97% | - |
| XYZ | 45.21 | 28.01 | 19.24 | - |
| YUV | 138.33 | 114.84 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 115 | 0 | 0.65 | 0.54 | 0.03 | 349.57 | 0.92 | 0.66 |
| Hex | F8 | 57 | 73 | 0 | 41 | 36 | 3 | 15E | 5C | 42 |
| Octal | 370 | 127 | 163 | 0 | 101 | 66 | 3 | 536 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1110011 | 0 | 1000001 | 110110 | 11 | 101011110 | 1011100 | 1000010 |
Color Harmonies of #F85773
Complementary color
Monochromatic Colors of #F85773
Black with #F85773
Text Example
Text Example
White with #F85773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85773; }
p { color: rgb(248,87,115); }
H1.HeaderClassName
{
color: #F85773;
}
.AnyTagClassName
{
color: #F85773;
}
</style>
background-color css
<style>
a { background-color: #F85773; }
a { background-color: rgb(248,87,115); }
div.DivClassName
{
background-color: #F85773;
}
.BgClassName
{
background-color: #F85773;
}
</style>
border-color css
<style>
span { border-color: #F85773; }
span { border-color: rgb(248,87,115); }
td.TdClassName
{
border-color: #F85773;
}
.TagClassName
{
border-color: #F85773;
}
</style>