Shades of Wild Watermelon #F85D77
Tints of Wild Watermelon #F85D77
RGB
CMYK
RGB Variations
Color information
#F85D77 (or 0xF85D77) is known color: Wild Watermelon. HEX triplet: F8, 5D and 77. RGB value is (248,93,119). Sum of RGB (Red+Green+Blue) = 248+93+119=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D77 is #07A288. Grayscale: #8E8E8E. Windows color (decimal): -500361 or 7822840. OLE color: 7822840.
HSL color Cylindrical-coordinate representation of color #F85D77: hue angle of 349.94º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85D77 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 119 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.03 |
| HSL | 349.94º | 0.92% | 0.67% | - |
| HSV(B) | 349.94º | 0.63% | 0.97% | - |
| XYZ | 45.96 | 29.12 | 20.65 | - |
| YUV | 142.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 119 | 0 | 0.62 | 0.52 | 0.03 | 349.94 | 0.92 | 0.67 |
| Hex | F8 | 5D | 77 | 0 | 3E | 34 | 3 | 15E | 5C | 43 |
| Octal | 370 | 135 | 167 | 0 | 76 | 64 | 3 | 536 | 134 | 103 |
| Binary | 11111000 | 1011101 | 1110111 | 0 | 111110 | 110100 | 11 | 101011110 | 1011100 | 1000011 |
Color Harmonies of #F85D77
Complementary color
Monochromatic Colors of #F85D77
Black with #F85D77
Text Example
Text Example
White with #F85D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D77; }
p { color: rgb(248,93,119); }
H1.HeaderClassName
{
color: #F85D77;
}
.AnyTagClassName
{
color: #F85D77;
}
</style>
background-color css
<style>
a { background-color: #F85D77; }
a { background-color: rgb(248,93,119); }
div.DivClassName
{
background-color: #F85D77;
}
.BgClassName
{
background-color: #F85D77;
}
</style>
border-color css
<style>
span { border-color: #F85D77; }
span { border-color: rgb(248,93,119); }
td.TdClassName
{
border-color: #F85D77;
}
.TagClassName
{
border-color: #F85D77;
}
</style>