Shades of Wild Watermelon #F85F67
Tints of Wild Watermelon #F85F67
RGB
CMYK
RGB Variations
Color information
#F85F67 (or 0xF85F67) is known color: Wild Watermelon. HEX triplet: F8, 5F and 67. RGB value is (248,95,103). Sum of RGB (Red+Green+Blue) = 248+95+103=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85F67 is #07A098. Grayscale: #8D8D8D. Windows color (decimal): -499865 or 6774776. OLE color: 6774776.
HSL color Cylindrical-coordinate representation of color #F85F67: hue angle of 356.86º 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 #F85F67 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 103 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.03 |
| HSL | 356.86º | 0.92% | 0.67% | - |
| HSV(B) | 356.86º | 0.62% | 0.97% | - |
| XYZ | 45.25 | 29.12 | 16.07 | - |
| YUV | 141.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 103 | 0 | 0.62 | 0.58 | 0.03 | 356.86 | 0.92 | 0.67 |
| Hex | F8 | 5F | 67 | 0 | 3E | 3A | 3 | 165 | 5C | 43 |
| Octal | 370 | 137 | 147 | 0 | 76 | 72 | 3 | 545 | 134 | 103 |
| Binary | 11111000 | 1011111 | 1100111 | 0 | 111110 | 111010 | 11 | 101100101 | 1011100 | 1000011 |
Color Harmonies of #F85F67
Complementary color
Monochromatic Colors of #F85F67
Black with #F85F67
Text Example
Text Example
White with #F85F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85F67; }
p { color: rgb(248,95,103); }
H1.HeaderClassName
{
color: #F85F67;
}
.AnyTagClassName
{
color: #F85F67;
}
</style>
background-color css
<style>
a { background-color: #F85F67; }
a { background-color: rgb(248,95,103); }
div.DivClassName
{
background-color: #F85F67;
}
.BgClassName
{
background-color: #F85F67;
}
</style>
border-color css
<style>
span { border-color: #F85F67; }
span { border-color: rgb(248,95,103); }
td.TdClassName
{
border-color: #F85F67;
}
.TagClassName
{
border-color: #F85F67;
}
</style>