Shades of Wild Watermelon #F1556D
Tints of Wild Watermelon #F1556D
RGB
CMYK
RGB Variations
Color information
#F1556D (or 0xF1556D) is known color: Wild Watermelon. HEX triplet: F1, 55 and 6D. RGB value is (241,85,109). Sum of RGB (Red+Green+Blue) = 241+85+109=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1556D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1556D is #0EAA92. Grayscale: #868686. Windows color (decimal): -961171 or 7165425. OLE color: 7165425.
HSL color Cylindrical-coordinate representation of color #F1556D: hue angle of 350.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1556D is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 109 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.05 |
| HSL | 350.77º | 0.85% | 0.64% | - |
| HSV(B) | 350.77º | 0.65% | 0.95% | - |
| XYZ | 42.28 | 26.3 | 17.32 | - |
| YUV | 134.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 109 | 0 | 0.65 | 0.55 | 0.05 | 350.77 | 0.85 | 0.64 |
| Hex | F1 | 55 | 6D | 0 | 41 | 37 | 5 | 15F | 55 | 40 |
| Octal | 361 | 125 | 155 | 0 | 101 | 67 | 5 | 537 | 125 | 100 |
| Binary | 11110001 | 1010101 | 1101101 | 0 | 1000001 | 110111 | 101 | 101011111 | 1010101 | 1000000 |
Color Harmonies of #F1556D
Complementary color
Monochromatic Colors of #F1556D
Black with #F1556D
Text Example
Text Example
White with #F1556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1556D; }
p { color: rgb(241,85,109); }
H1.HeaderClassName
{
color: #F1556D;
}
.AnyTagClassName
{
color: #F1556D;
}
</style>
background-color css
<style>
a { background-color: #F1556D; }
a { background-color: rgb(241,85,109); }
div.DivClassName
{
background-color: #F1556D;
}
.BgClassName
{
background-color: #F1556D;
}
</style>
border-color css
<style>
span { border-color: #F1556D; }
span { border-color: rgb(241,85,109); }
td.TdClassName
{
border-color: #F1556D;
}
.TagClassName
{
border-color: #F1556D;
}
</style>