Shades of Wild Watermelon #F8567E
Tints of Wild Watermelon #F8567E
RGB
CMYK
RGB Variations
Color information
#F8567E (or 0xF8567E) is known color: Wild Watermelon. HEX triplet: F8, 56 and 7E. RGB value is (248,86,126). Sum of RGB (Red+Green+Blue) = 248+86+126=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8567E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8567E is #07A981. Grayscale: #8B8B8B. Windows color (decimal): -502146 or 8279800. OLE color: 8279800.
HSL color Cylindrical-coordinate representation of color #F8567E: hue angle of 345.19º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8567E is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 126 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.03 |
| HSL | 345.19º | 0.92% | 0.65% | - |
| HSV(B) | 345.19º | 0.65% | 0.97% | - |
| XYZ | 45.81 | 28.12 | 22.75 | - |
| YUV | 139 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 126 | 0 | 0.65 | 0.49 | 0.03 | 345.19 | 0.92 | 0.65 |
| Hex | F8 | 56 | 7E | 0 | 41 | 31 | 3 | 159 | 5C | 41 |
| Octal | 370 | 126 | 176 | 0 | 101 | 61 | 3 | 531 | 134 | 101 |
| Binary | 11111000 | 1010110 | 1111110 | 0 | 1000001 | 110001 | 11 | 101011001 | 1011100 | 1000001 |
Color Harmonies of #F8567E
Complementary color
Monochromatic Colors of #F8567E
Black with #F8567E
Text Example
Text Example
White with #F8567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8567E; }
p { color: rgb(248,86,126); }
H1.HeaderClassName
{
color: #F8567E;
}
.AnyTagClassName
{
color: #F8567E;
}
</style>
background-color css
<style>
a { background-color: #F8567E; }
a { background-color: rgb(248,86,126); }
div.DivClassName
{
background-color: #F8567E;
}
.BgClassName
{
background-color: #F8567E;
}
</style>
border-color css
<style>
span { border-color: #F8567E; }
span { border-color: rgb(248,86,126); }
td.TdClassName
{
border-color: #F8567E;
}
.TagClassName
{
border-color: #F8567E;
}
</style>