Shades of Wild Watermelon #F85777
Tints of Wild Watermelon #F85777
RGB
CMYK
RGB Variations
Color information
#F85777 (or 0xF85777) is known color: Wild Watermelon. HEX triplet: F8, 57 and 77. RGB value is (248,87,119). Sum of RGB (Red+Green+Blue) = 248+87+119=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F85777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85777 is #07A888. Grayscale: #8A8A8A. Windows color (decimal): -501897 or 7821304. OLE color: 7821304.
HSL color Cylindrical-coordinate representation of color #F85777: hue angle of 348.07º 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 #F85777 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 119 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.03 |
| HSL | 348.07º | 0.92% | 0.66% | - |
| HSV(B) | 348.07º | 0.65% | 0.97% | - |
| XYZ | 45.45 | 28.1 | 20.48 | - |
| YUV | 138.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 119 | 0 | 0.65 | 0.52 | 0.03 | 348.07 | 0.92 | 0.66 |
| Hex | F8 | 57 | 77 | 0 | 41 | 34 | 3 | 15C | 5C | 42 |
| Octal | 370 | 127 | 167 | 0 | 101 | 64 | 3 | 534 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1110111 | 0 | 1000001 | 110100 | 11 | 101011100 | 1011100 | 1000010 |
Color Harmonies of #F85777
Complementary color
Monochromatic Colors of #F85777
Black with #F85777
Text Example
Text Example
White with #F85777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85777; }
p { color: rgb(248,87,119); }
H1.HeaderClassName
{
color: #F85777;
}
.AnyTagClassName
{
color: #F85777;
}
</style>
background-color css
<style>
a { background-color: #F85777; }
a { background-color: rgb(248,87,119); }
div.DivClassName
{
background-color: #F85777;
}
.BgClassName
{
background-color: #F85777;
}
</style>
border-color css
<style>
span { border-color: #F85777; }
span { border-color: rgb(248,87,119); }
td.TdClassName
{
border-color: #F85777;
}
.TagClassName
{
border-color: #F85777;
}
</style>