Shades of Wild Watermelon #F15665
Tints of Wild Watermelon #F15665
RGB
CMYK
RGB Variations
Color information
#F15665 (or 0xF15665) is known color: Wild Watermelon. HEX triplet: F1, 56 and 65. RGB value is (241,86,101). Sum of RGB (Red+Green+Blue) = 241+86+101=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F15665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15665 is #0EA99A. Grayscale: #868686. Windows color (decimal): -960923 or 6641393. OLE color: 6641393.
HSL color Cylindrical-coordinate representation of color #F15665: hue angle of 354.19º 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 #F15665 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 101 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.05 |
| HSL | 354.19º | 0.85% | 0.64% | - |
| HSV(B) | 354.19º | 0.64% | 0.95% | - |
| XYZ | 41.95 | 26.3 | 15.18 | - |
| YUV | 134.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 101 | 0 | 0.64 | 0.58 | 0.05 | 354.19 | 0.85 | 0.64 |
| Hex | F1 | 56 | 65 | 0 | 40 | 3A | 5 | 162 | 55 | 40 |
| Octal | 361 | 126 | 145 | 0 | 100 | 72 | 5 | 542 | 125 | 100 |
| Binary | 11110001 | 1010110 | 1100101 | 0 | 1000000 | 111010 | 101 | 101100010 | 1010101 | 1000000 |
Color Harmonies of #F15665
Complementary color
Monochromatic Colors of #F15665
Black with #F15665
Text Example
Text Example
White with #F15665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15665; }
p { color: rgb(241,86,101); }
H1.HeaderClassName
{
color: #F15665;
}
.AnyTagClassName
{
color: #F15665;
}
</style>
background-color css
<style>
a { background-color: #F15665; }
a { background-color: rgb(241,86,101); }
div.DivClassName
{
background-color: #F15665;
}
.BgClassName
{
background-color: #F15665;
}
</style>
border-color css
<style>
span { border-color: #F15665; }
span { border-color: rgb(241,86,101); }
td.TdClassName
{
border-color: #F15665;
}
.TagClassName
{
border-color: #F15665;
}
</style>