Shades of Wild Watermelon #F85B76
Tints of Wild Watermelon #F85B76
RGB
CMYK
RGB Variations
Color information
#F85B76 (or 0xF85B76) is known color: Wild Watermelon. HEX triplet: F8, 5B and 76. RGB value is (248,91,118). Sum of RGB (Red+Green+Blue) = 248+91+118=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B76 is #07A489. Grayscale: #8D8D8D. Windows color (decimal): -500874 or 7756792. OLE color: 7756792.
HSL color Cylindrical-coordinate representation of color #F85B76: hue angle of 349.68º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85B76 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 118 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.03 |
| HSL | 349.68º | 0.92% | 0.66% | - |
| HSV(B) | 349.68º | 0.63% | 0.97% | - |
| XYZ | 45.72 | 28.75 | 20.28 | - |
| YUV | 141.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 118 | 0 | 0.63 | 0.52 | 0.03 | 349.68 | 0.92 | 0.66 |
| Hex | F8 | 5B | 76 | 0 | 3F | 34 | 3 | 15E | 5C | 42 |
| Octal | 370 | 133 | 166 | 0 | 77 | 64 | 3 | 536 | 134 | 102 |
| Binary | 11111000 | 1011011 | 1110110 | 0 | 111111 | 110100 | 11 | 101011110 | 1011100 | 1000010 |
Color Harmonies of #F85B76
Complementary color
Monochromatic Colors of #F85B76
Black with #F85B76
Text Example
Text Example
White with #F85B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85B76; }
p { color: rgb(248,91,118); }
H1.HeaderClassName
{
color: #F85B76;
}
.AnyTagClassName
{
color: #F85B76;
}
</style>
background-color css
<style>
a { background-color: #F85B76; }
a { background-color: rgb(248,91,118); }
div.DivClassName
{
background-color: #F85B76;
}
.BgClassName
{
background-color: #F85B76;
}
</style>
border-color css
<style>
span { border-color: #F85B76; }
span { border-color: rgb(248,91,118); }
td.TdClassName
{
border-color: #F85B76;
}
.TagClassName
{
border-color: #F85B76;
}
</style>