Shades of Wild Watermelon #F85072
Tints of Wild Watermelon #F85072
RGB
CMYK
RGB Variations
Color information
#F85072 (or 0xF85072) is known color: Wild Watermelon. HEX triplet: F8, 50 and 72. RGB value is (248,80,114). Sum of RGB (Red+Green+Blue) = 248+80+114=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F85072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85072 is #07AF8D. Grayscale: #868686. Windows color (decimal): -503694 or 7491832. OLE color: 7491832.
HSL color Cylindrical-coordinate representation of color #F85072: hue angle of 347.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F85072 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 114 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.03 |
| HSL | 347.86º | 0.92% | 0.64% | - |
| HSV(B) | 347.86º | 0.68% | 0.97% | - |
| XYZ | 44.62 | 26.91 | 18.76 | - |
| YUV | 134.11 | 116.66 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 114 | 0 | 0.68 | 0.54 | 0.03 | 347.86 | 0.92 | 0.64 |
| Hex | F8 | 50 | 72 | 0 | 44 | 36 | 3 | 15C | 5C | 40 |
| Octal | 370 | 120 | 162 | 0 | 104 | 66 | 3 | 534 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1110010 | 0 | 1000100 | 110110 | 11 | 101011100 | 1011100 | 1000000 |
Color Harmonies of #F85072
Complementary color
Monochromatic Colors of #F85072
Black with #F85072
Text Example
Text Example
White with #F85072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85072; }
p { color: rgb(248,80,114); }
H1.HeaderClassName
{
color: #F85072;
}
.AnyTagClassName
{
color: #F85072;
}
</style>
background-color css
<style>
a { background-color: #F85072; }
a { background-color: rgb(248,80,114); }
div.DivClassName
{
background-color: #F85072;
}
.BgClassName
{
background-color: #F85072;
}
</style>
border-color css
<style>
span { border-color: #F85072; }
span { border-color: rgb(248,80,114); }
td.TdClassName
{
border-color: #F85072;
}
.TagClassName
{
border-color: #F85072;
}
</style>