Shades of Wild Watermelon #F65468
Tints of Wild Watermelon #F65468
RGB
CMYK
RGB Variations
Color information
#F65468 (or 0xF65468) is known color: Wild Watermelon. HEX triplet: F6, 54 and 68. RGB value is (246,84,104). Sum of RGB (Red+Green+Blue) = 246+84+104=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F65468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65468 is #09AB97. Grayscale: #868686. Windows color (decimal): -633752 or 6837494. OLE color: 6837494.
HSL color Cylindrical-coordinate representation of color #F65468: hue angle of 352.59º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65468 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 104 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.04 |
| HSL | 352.59º | 0.9% | 0.65% | - |
| HSV(B) | 352.59º | 0.66% | 0.96% | - |
| XYZ | 43.68 | 26.93 | 15.99 | - |
| YUV | 134.72 | 110.67 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 104 | 0 | 0.66 | 0.58 | 0.04 | 352.59 | 0.9 | 0.65 |
| Hex | F6 | 54 | 68 | 0 | 42 | 3A | 4 | 161 | 5A | 41 |
| Octal | 366 | 124 | 150 | 0 | 102 | 72 | 4 | 541 | 132 | 101 |
| Binary | 11110110 | 1010100 | 1101000 | 0 | 1000010 | 111010 | 100 | 101100001 | 1011010 | 1000001 |
Color Harmonies of #F65468
Complementary color
Monochromatic Colors of #F65468
Black with #F65468
Text Example
Text Example
White with #F65468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65468; }
p { color: rgb(246,84,104); }
H1.HeaderClassName
{
color: #F65468;
}
.AnyTagClassName
{
color: #F65468;
}
</style>
background-color css
<style>
a { background-color: #F65468; }
a { background-color: rgb(246,84,104); }
div.DivClassName
{
background-color: #F65468;
}
.BgClassName
{
background-color: #F65468;
}
</style>
border-color css
<style>
span { border-color: #F65468; }
span { border-color: rgb(246,84,104); }
td.TdClassName
{
border-color: #F65468;
}
.TagClassName
{
border-color: #F65468;
}
</style>