Shades of Wild Watermelon #F65E6A
Tints of Wild Watermelon #F65E6A
RGB
CMYK
RGB Variations
Color information
#F65E6A (or 0xF65E6A) is known color: Wild Watermelon. HEX triplet: F6, 5E and 6A. RGB value is (246,94,106). Sum of RGB (Red+Green+Blue) = 246+94+106=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65E6A is #09A195. Grayscale: #8C8C8C. Windows color (decimal): -631190 or 6971126. OLE color: 6971126.
HSL color Cylindrical-coordinate representation of color #F65E6A: hue angle of 355.26º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65E6A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 106 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.04 |
| HSL | 355.26º | 0.89% | 0.67% | - |
| HSV(B) | 355.26º | 0.62% | 0.96% | - |
| XYZ | 44.61 | 28.64 | 16.81 | - |
| YUV | 140.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 106 | 0 | 0.62 | 0.57 | 0.04 | 355.26 | 0.89 | 0.67 |
| Hex | F6 | 5E | 6A | 0 | 3E | 39 | 4 | 163 | 59 | 43 |
| Octal | 366 | 136 | 152 | 0 | 76 | 71 | 4 | 543 | 131 | 103 |
| Binary | 11110110 | 1011110 | 1101010 | 0 | 111110 | 111001 | 100 | 101100011 | 1011001 | 1000011 |
Color Harmonies of #F65E6A
Complementary color
Monochromatic Colors of #F65E6A
Black with #F65E6A
Text Example
Text Example
White with #F65E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E6A; }
p { color: rgb(246,94,106); }
H1.HeaderClassName
{
color: #F65E6A;
}
.AnyTagClassName
{
color: #F65E6A;
}
</style>
background-color css
<style>
a { background-color: #F65E6A; }
a { background-color: rgb(246,94,106); }
div.DivClassName
{
background-color: #F65E6A;
}
.BgClassName
{
background-color: #F65E6A;
}
</style>
border-color css
<style>
span { border-color: #F65E6A; }
span { border-color: rgb(246,94,106); }
td.TdClassName
{
border-color: #F65E6A;
}
.TagClassName
{
border-color: #F65E6A;
}
</style>