Shades of Wild Watermelon #F05666
Tints of Wild Watermelon #F05666
RGB
CMYK
RGB Variations
Color information
#F05666 (or 0xF05666) is known color: Wild Watermelon. HEX triplet: F0, 56 and 66. RGB value is (240,86,102). Sum of RGB (Red+Green+Blue) = 240+86+102=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F05666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05666 is #0FA999. Grayscale: #858585. Windows color (decimal): -1026458 or 6706928. OLE color: 6706928.
HSL color Cylindrical-coordinate representation of color #F05666: hue angle of 353.77º 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 #F05666 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 102 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.06 |
| HSL | 353.77º | 0.84% | 0.64% | - |
| HSV(B) | 353.77º | 0.64% | 0.94% | - |
| XYZ | 41.66 | 26.14 | 15.42 | - |
| YUV | 133.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 102 | 0 | 0.64 | 0.58 | 0.06 | 353.77 | 0.84 | 0.64 |
| Hex | F0 | 56 | 66 | 0 | 40 | 3A | 6 | 162 | 54 | 40 |
| Octal | 360 | 126 | 146 | 0 | 100 | 72 | 6 | 542 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1100110 | 0 | 1000000 | 111010 | 110 | 101100010 | 1010100 | 1000000 |
Color Harmonies of #F05666
Complementary color
Monochromatic Colors of #F05666
Black with #F05666
Text Example
Text Example
White with #F05666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05666; }
p { color: rgb(240,86,102); }
H1.HeaderClassName
{
color: #F05666;
}
.AnyTagClassName
{
color: #F05666;
}
</style>
background-color css
<style>
a { background-color: #F05666; }
a { background-color: rgb(240,86,102); }
div.DivClassName
{
background-color: #F05666;
}
.BgClassName
{
background-color: #F05666;
}
</style>
border-color css
<style>
span { border-color: #F05666; }
span { border-color: rgb(240,86,102); }
td.TdClassName
{
border-color: #F05666;
}
.TagClassName
{
border-color: #F05666;
}
</style>