Shades of Wild Watermelon #F85067
Tints of Wild Watermelon #F85067
RGB
CMYK
RGB Variations
Color information
#F85067 (or 0xF85067) is known color: Wild Watermelon. HEX triplet: F8, 50 and 67. RGB value is (248,80,103). Sum of RGB (Red+Green+Blue) = 248+80+103=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F85067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85067 is #07AF98. Grayscale: #848484. Windows color (decimal): -503705 or 6770936. OLE color: 6770936.
HSL color Cylindrical-coordinate representation of color #F85067: hue angle of 351.79º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F85067 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 103 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.03 |
| HSL | 351.79º | 0.92% | 0.64% | - |
| HSV(B) | 351.79º | 0.68% | 0.97% | - |
| XYZ | 44.03 | 26.67 | 15.66 | - |
| YUV | 132.85 | 111.16 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 103 | 0 | 0.68 | 0.58 | 0.03 | 351.79 | 0.92 | 0.64 |
| Hex | F8 | 50 | 67 | 0 | 44 | 3A | 3 | 160 | 5C | 40 |
| Octal | 370 | 120 | 147 | 0 | 104 | 72 | 3 | 540 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1100111 | 0 | 1000100 | 111010 | 11 | 101100000 | 1011100 | 1000000 |
Color Harmonies of #F85067
Complementary color
Monochromatic Colors of #F85067
Black with #F85067
Text Example
Text Example
White with #F85067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85067; }
p { color: rgb(248,80,103); }
H1.HeaderClassName
{
color: #F85067;
}
.AnyTagClassName
{
color: #F85067;
}
</style>
background-color css
<style>
a { background-color: #F85067; }
a { background-color: rgb(248,80,103); }
div.DivClassName
{
background-color: #F85067;
}
.BgClassName
{
background-color: #F85067;
}
</style>
border-color css
<style>
span { border-color: #F85067; }
span { border-color: rgb(248,80,103); }
td.TdClassName
{
border-color: #F85067;
}
.TagClassName
{
border-color: #F85067;
}
</style>