Shades of Wild Watermelon #F8566A
Tints of Wild Watermelon #F8566A
RGB
CMYK
RGB Variations
Color information
#F8566A (or 0xF8566A) is known color: Wild Watermelon. HEX triplet: F8, 56 and 6A. RGB value is (248,86,106). Sum of RGB (Red+Green+Blue) = 248+86+106=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8566A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8566A is #07A995. Grayscale: #888888. Windows color (decimal): -502166 or 6969080. OLE color: 6969080.
HSL color Cylindrical-coordinate representation of color #F8566A: hue angle of 352.59º 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 #F8566A is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 106 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.03 |
| HSL | 352.59º | 0.92% | 0.65% | - |
| HSV(B) | 352.59º | 0.65% | 0.97% | - |
| XYZ | 44.64 | 27.65 | 16.62 | - |
| YUV | 136.72 | 110.67 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 106 | 0 | 0.65 | 0.57 | 0.03 | 352.59 | 0.92 | 0.65 |
| Hex | F8 | 56 | 6A | 0 | 41 | 39 | 3 | 161 | 5C | 41 |
| Octal | 370 | 126 | 152 | 0 | 101 | 71 | 3 | 541 | 134 | 101 |
| Binary | 11111000 | 1010110 | 1101010 | 0 | 1000001 | 111001 | 11 | 101100001 | 1011100 | 1000001 |
Color Harmonies of #F8566A
Complementary color
Monochromatic Colors of #F8566A
Black with #F8566A
Text Example
Text Example
White with #F8566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8566A; }
p { color: rgb(248,86,106); }
H1.HeaderClassName
{
color: #F8566A;
}
.AnyTagClassName
{
color: #F8566A;
}
</style>
background-color css
<style>
a { background-color: #F8566A; }
a { background-color: rgb(248,86,106); }
div.DivClassName
{
background-color: #F8566A;
}
.BgClassName
{
background-color: #F8566A;
}
</style>
border-color css
<style>
span { border-color: #F8566A; }
span { border-color: rgb(248,86,106); }
td.TdClassName
{
border-color: #F8566A;
}
.TagClassName
{
border-color: #F8566A;
}
</style>