Shades of Wild Watermelon #F65469
Tints of Wild Watermelon #F65469
RGB
CMYK
RGB Variations
Color information
#F65469 (or 0xF65469) is known color: Wild Watermelon. HEX triplet: F6, 54 and 69. RGB value is (246,84,105). Sum of RGB (Red+Green+Blue) = 246+84+105=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F65469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65469 is #09AB96. Grayscale: #868686. Windows color (decimal): -633751 or 6903030. OLE color: 6903030.
HSL color Cylindrical-coordinate representation of color #F65469: hue angle of 352.22º 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 #F65469 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 105 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.04 |
| HSL | 352.22º | 0.9% | 0.65% | - |
| HSV(B) | 352.22º | 0.66% | 0.96% | - |
| XYZ | 43.73 | 26.95 | 16.26 | - |
| YUV | 134.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 105 | 0 | 0.66 | 0.57 | 0.04 | 352.22 | 0.9 | 0.65 |
| Hex | F6 | 54 | 69 | 0 | 42 | 39 | 4 | 160 | 5A | 41 |
| Octal | 366 | 124 | 151 | 0 | 102 | 71 | 4 | 540 | 132 | 101 |
| Binary | 11110110 | 1010100 | 1101001 | 0 | 1000010 | 111001 | 100 | 101100000 | 1011010 | 1000001 |
Color Harmonies of #F65469
Complementary color
Monochromatic Colors of #F65469
Black with #F65469
Text Example
Text Example
White with #F65469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65469; }
p { color: rgb(246,84,105); }
H1.HeaderClassName
{
color: #F65469;
}
.AnyTagClassName
{
color: #F65469;
}
</style>
background-color css
<style>
a { background-color: #F65469; }
a { background-color: rgb(246,84,105); }
div.DivClassName
{
background-color: #F65469;
}
.BgClassName
{
background-color: #F65469;
}
</style>
border-color css
<style>
span { border-color: #F65469; }
span { border-color: rgb(246,84,105); }
td.TdClassName
{
border-color: #F65469;
}
.TagClassName
{
border-color: #F65469;
}
</style>