Shades of Wild Watermelon #F05665
Tints of Wild Watermelon #F05665
RGB
CMYK
RGB Variations
Color information
#F05665 (or 0xF05665) is known color: Wild Watermelon. HEX triplet: F0, 56 and 65. RGB value is (240,86,101). Sum of RGB (Red+Green+Blue) = 240+86+101=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F05665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05665 is #0FA99A. Grayscale: #858585. Windows color (decimal): -1026459 or 6641392. OLE color: 6641392.
HSL color Cylindrical-coordinate representation of color #F05665: hue angle of 354.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05665 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 101 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.06 |
| HSL | 354.16º | 0.84% | 0.64% | - |
| HSV(B) | 354.16º | 0.64% | 0.94% | - |
| XYZ | 41.61 | 26.12 | 15.16 | - |
| YUV | 133.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 101 | 0 | 0.64 | 0.58 | 0.06 | 354.16 | 0.84 | 0.64 |
| Hex | F0 | 56 | 65 | 0 | 40 | 3A | 6 | 162 | 54 | 40 |
| Octal | 360 | 126 | 145 | 0 | 100 | 72 | 6 | 542 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1100101 | 0 | 1000000 | 111010 | 110 | 101100010 | 1010100 | 1000000 |
Color Harmonies of #F05665
Complementary color
Monochromatic Colors of #F05665
Black with #F05665
Text Example
Text Example
White with #F05665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05665; }
p { color: rgb(240,86,101); }
H1.HeaderClassName
{
color: #F05665;
}
.AnyTagClassName
{
color: #F05665;
}
</style>
background-color css
<style>
a { background-color: #F05665; }
a { background-color: rgb(240,86,101); }
div.DivClassName
{
background-color: #F05665;
}
.BgClassName
{
background-color: #F05665;
}
</style>
border-color css
<style>
span { border-color: #F05665; }
span { border-color: rgb(240,86,101); }
td.TdClassName
{
border-color: #F05665;
}
.TagClassName
{
border-color: #F05665;
}
</style>