Shades of Wild Watermelon #F85178
Tints of Wild Watermelon #F85178
RGB
CMYK
RGB Variations
Color information
#F85178 (or 0xF85178) is known color: Wild Watermelon. HEX triplet: F8, 51 and 78. RGB value is (248,81,120). Sum of RGB (Red+Green+Blue) = 248+81+120=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85178 is #07AE87. Grayscale: #878787. Windows color (decimal): -503432 or 7885304. OLE color: 7885304.
HSL color Cylindrical-coordinate representation of color #F85178: hue angle of 345.99º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85178 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 120 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.03 |
| HSL | 345.99º | 0.92% | 0.65% | - |
| HSV(B) | 345.99º | 0.67% | 0.97% | - |
| XYZ | 45.04 | 27.2 | 20.64 | - |
| YUV | 135.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 120 | 0 | 0.67 | 0.52 | 0.03 | 345.99 | 0.92 | 0.65 |
| Hex | F8 | 51 | 78 | 0 | 43 | 34 | 3 | 15A | 5C | 41 |
| Octal | 370 | 121 | 170 | 0 | 103 | 64 | 3 | 532 | 134 | 101 |
| Binary | 11111000 | 1010001 | 1111000 | 0 | 1000011 | 110100 | 11 | 101011010 | 1011100 | 1000001 |
Color Harmonies of #F85178
Complementary color
Monochromatic Colors of #F85178
Black with #F85178
Text Example
Text Example
White with #F85178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85178; }
p { color: rgb(248,81,120); }
H1.HeaderClassName
{
color: #F85178;
}
.AnyTagClassName
{
color: #F85178;
}
</style>
background-color css
<style>
a { background-color: #F85178; }
a { background-color: rgb(248,81,120); }
div.DivClassName
{
background-color: #F85178;
}
.BgClassName
{
background-color: #F85178;
}
</style>
border-color css
<style>
span { border-color: #F85178; }
span { border-color: rgb(248,81,120); }
td.TdClassName
{
border-color: #F85178;
}
.TagClassName
{
border-color: #F85178;
}
</style>