Shades of Wild Watermelon #F05066
Tints of Wild Watermelon #F05066
RGB
CMYK
RGB Variations
Color information
#F05066 (or 0xF05066) is known color: Wild Watermelon. HEX triplet: F0, 50 and 66. RGB value is (240,80,102). Sum of RGB (Red+Green+Blue) = 240+80+102=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F05066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05066 is #0FAF99. Grayscale: #828282. Windows color (decimal): -1027994 or 6705392. OLE color: 6705392.
HSL color Cylindrical-coordinate representation of color #F05066: hue angle of 351.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F05066 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 102 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.06 |
| HSL | 351.75º | 0.84% | 0.63% | - |
| HSV(B) | 351.75º | 0.67% | 0.94% | - |
| XYZ | 41.2 | 25.22 | 15.27 | - |
| YUV | 130.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 102 | 0 | 0.67 | 0.58 | 0.06 | 351.75 | 0.84 | 0.63 |
| Hex | F0 | 50 | 66 | 0 | 43 | 3A | 6 | 160 | 54 | 3F |
| Octal | 360 | 120 | 146 | 0 | 103 | 72 | 6 | 540 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1100110 | 0 | 1000011 | 111010 | 110 | 101100000 | 1010100 | 111111 |
Color Harmonies of #F05066
Complementary color
Monochromatic Colors of #F05066
Black with #F05066
Text Example
Text Example
White with #F05066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05066; }
p { color: rgb(240,80,102); }
H1.HeaderClassName
{
color: #F05066;
}
.AnyTagClassName
{
color: #F05066;
}
</style>
background-color css
<style>
a { background-color: #F05066; }
a { background-color: rgb(240,80,102); }
div.DivClassName
{
background-color: #F05066;
}
.BgClassName
{
background-color: #F05066;
}
</style>
border-color css
<style>
span { border-color: #F05066; }
span { border-color: rgb(240,80,102); }
td.TdClassName
{
border-color: #F05066;
}
.TagClassName
{
border-color: #F05066;
}
</style>