Shades of Wild Watermelon #F1566D
Tints of Wild Watermelon #F1566D
RGB
CMYK
RGB Variations
Color information
#F1566D (or 0xF1566D) is known color: Wild Watermelon. HEX triplet: F1, 56 and 6D. RGB value is (241,86,109). Sum of RGB (Red+Green+Blue) = 241+86+109=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1566D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1566D is #0EA992. Grayscale: #878787. Windows color (decimal): -960915 or 7165681. OLE color: 7165681.
HSL color Cylindrical-coordinate representation of color #F1566D: hue angle of 351.1º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1566D is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 109 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.05 |
| HSL | 351.1º | 0.85% | 0.64% | - |
| HSV(B) | 351.1º | 0.64% | 0.95% | - |
| XYZ | 42.36 | 26.46 | 17.34 | - |
| YUV | 134.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 109 | 0 | 0.64 | 0.55 | 0.05 | 351.1 | 0.85 | 0.64 |
| Hex | F1 | 56 | 6D | 0 | 40 | 37 | 5 | 15F | 55 | 40 |
| Octal | 361 | 126 | 155 | 0 | 100 | 67 | 5 | 537 | 125 | 100 |
| Binary | 11110001 | 1010110 | 1101101 | 0 | 1000000 | 110111 | 101 | 101011111 | 1010101 | 1000000 |
Color Harmonies of #F1566D
Complementary color
Monochromatic Colors of #F1566D
Black with #F1566D
Text Example
Text Example
White with #F1566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1566D; }
p { color: rgb(241,86,109); }
H1.HeaderClassName
{
color: #F1566D;
}
.AnyTagClassName
{
color: #F1566D;
}
</style>
background-color css
<style>
a { background-color: #F1566D; }
a { background-color: rgb(241,86,109); }
div.DivClassName
{
background-color: #F1566D;
}
.BgClassName
{
background-color: #F1566D;
}
</style>
border-color css
<style>
span { border-color: #F1566D; }
span { border-color: rgb(241,86,109); }
td.TdClassName
{
border-color: #F1566D;
}
.TagClassName
{
border-color: #F1566D;
}
</style>