Shades of Wild Watermelon #F86571
Tints of Wild Watermelon #F86571
RGB
CMYK
RGB Variations
Color information
#F86571 (or 0xF86571) is known color: Wild Watermelon. HEX triplet: F8, 65 and 71. RGB value is (248,101,113). Sum of RGB (Red+Green+Blue) = 248+101+113=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F86571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86571 is #079A8E. Grayscale: #929292. Windows color (decimal): -498319 or 7431672. OLE color: 7431672.
HSL color Cylindrical-coordinate representation of color #F86571: hue angle of 355.1º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86571 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 113 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.03 |
| HSL | 355.1º | 0.91% | 0.68% | - |
| HSV(B) | 355.1º | 0.59% | 0.97% | - |
| XYZ | 46.35 | 30.46 | 19.06 | - |
| YUV | 146.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 113 | 0 | 0.59 | 0.54 | 0.03 | 355.1 | 0.91 | 0.68 |
| Hex | F8 | 65 | 71 | 0 | 3B | 36 | 3 | 163 | 5B | 44 |
| Octal | 370 | 145 | 161 | 0 | 73 | 66 | 3 | 543 | 133 | 104 |
| Binary | 11111000 | 1100101 | 1110001 | 0 | 111011 | 110110 | 11 | 101100011 | 1011011 | 1000100 |
Color Harmonies of #F86571
Complementary color
Monochromatic Colors of #F86571
Black with #F86571
Text Example
Text Example
White with #F86571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86571; }
p { color: rgb(248,101,113); }
H1.HeaderClassName
{
color: #F86571;
}
.AnyTagClassName
{
color: #F86571;
}
</style>
background-color css
<style>
a { background-color: #F86571; }
a { background-color: rgb(248,101,113); }
div.DivClassName
{
background-color: #F86571;
}
.BgClassName
{
background-color: #F86571;
}
</style>
border-color css
<style>
span { border-color: #F86571; }
span { border-color: rgb(248,101,113); }
td.TdClassName
{
border-color: #F86571;
}
.TagClassName
{
border-color: #F86571;
}
</style>