Shades of Wild Watermelon #F05266
Tints of Wild Watermelon #F05266
RGB
CMYK
RGB Variations
Color information
#F05266 (or 0xF05266) is known color: Wild Watermelon. HEX triplet: F0, 52 and 66. RGB value is (240,82,102). Sum of RGB (Red+Green+Blue) = 240+82+102=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F05266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05266 is #0FAD99. Grayscale: #838383. Windows color (decimal): -1027482 or 6705904. OLE color: 6705904.
HSL color Cylindrical-coordinate representation of color #F05266: hue angle of 352.41º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05266 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 102 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.06 |
| HSL | 352.41º | 0.84% | 0.63% | - |
| HSV(B) | 352.41º | 0.66% | 0.94% | - |
| XYZ | 41.35 | 25.52 | 15.32 | - |
| YUV | 131.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 102 | 0 | 0.66 | 0.58 | 0.06 | 352.41 | 0.84 | 0.63 |
| Hex | F0 | 52 | 66 | 0 | 42 | 3A | 6 | 160 | 54 | 3F |
| Octal | 360 | 122 | 146 | 0 | 102 | 72 | 6 | 540 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1100110 | 0 | 1000010 | 111010 | 110 | 101100000 | 1010100 | 111111 |
Color Harmonies of #F05266
Complementary color
Monochromatic Colors of #F05266
Black with #F05266
Text Example
Text Example
White with #F05266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05266; }
p { color: rgb(240,82,102); }
H1.HeaderClassName
{
color: #F05266;
}
.AnyTagClassName
{
color: #F05266;
}
</style>
background-color css
<style>
a { background-color: #F05266; }
a { background-color: rgb(240,82,102); }
div.DivClassName
{
background-color: #F05266;
}
.BgClassName
{
background-color: #F05266;
}
</style>
border-color css
<style>
span { border-color: #F05266; }
span { border-color: rgb(240,82,102); }
td.TdClassName
{
border-color: #F05266;
}
.TagClassName
{
border-color: #F05266;
}
</style>