Shades of Wild Watermelon #F85E6C
Tints of Wild Watermelon #F85E6C
RGB
CMYK
RGB Variations
Color information
#F85E6C (or 0xF85E6C) is known color: Wild Watermelon. HEX triplet: F8, 5E and 6C. RGB value is (248,94,108). Sum of RGB (Red+Green+Blue) = 248+94+108=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E6C is #07A193. Grayscale: #8D8D8D. Windows color (decimal): -500116 or 7102200. OLE color: 7102200.
HSL color Cylindrical-coordinate representation of color #F85E6C: hue angle of 354.55º 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 #F85E6C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 108 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.03 |
| HSL | 354.55º | 0.92% | 0.67% | - |
| HSV(B) | 354.55º | 0.62% | 0.97% | - |
| XYZ | 45.42 | 29.04 | 17.4 | - |
| YUV | 141.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 108 | 0 | 0.62 | 0.56 | 0.03 | 354.55 | 0.92 | 0.67 |
| Hex | F8 | 5E | 6C | 0 | 3E | 38 | 3 | 163 | 5C | 43 |
| Octal | 370 | 136 | 154 | 0 | 76 | 70 | 3 | 543 | 134 | 103 |
| Binary | 11111000 | 1011110 | 1101100 | 0 | 111110 | 111000 | 11 | 101100011 | 1011100 | 1000011 |
Color Harmonies of #F85E6C
Complementary color
Monochromatic Colors of #F85E6C
Black with #F85E6C
Text Example
Text Example
White with #F85E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E6C; }
p { color: rgb(248,94,108); }
H1.HeaderClassName
{
color: #F85E6C;
}
.AnyTagClassName
{
color: #F85E6C;
}
</style>
background-color css
<style>
a { background-color: #F85E6C; }
a { background-color: rgb(248,94,108); }
div.DivClassName
{
background-color: #F85E6C;
}
.BgClassName
{
background-color: #F85E6C;
}
</style>
border-color css
<style>
span { border-color: #F85E6C; }
span { border-color: rgb(248,94,108); }
td.TdClassName
{
border-color: #F85E6C;
}
.TagClassName
{
border-color: #F85E6C;
}
</style>