Shades of Wild Watermelon #F65273
Tints of Wild Watermelon #F65273
RGB
CMYK
RGB Variations
Color information
#F65273 (or 0xF65273) is known color: Wild Watermelon. HEX triplet: F6, 52 and 73. RGB value is (246,82,115). Sum of RGB (Red+Green+Blue) = 246+82+115=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F65273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65273 is #09AD8C. Grayscale: #868686. Windows color (decimal): -634253 or 7557878. OLE color: 7557878.
HSL color Cylindrical-coordinate representation of color #F65273: hue angle of 347.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65273 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 115 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.04 |
| HSL | 347.93º | 0.9% | 0.64% | - |
| HSV(B) | 347.93º | 0.67% | 0.96% | - |
| XYZ | 44.12 | 26.87 | 19.08 | - |
| YUV | 134.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 115 | 0 | 0.67 | 0.53 | 0.04 | 347.93 | 0.9 | 0.64 |
| Hex | F6 | 52 | 73 | 0 | 43 | 35 | 4 | 15C | 5A | 40 |
| Octal | 366 | 122 | 163 | 0 | 103 | 65 | 4 | 534 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1110011 | 0 | 1000011 | 110101 | 100 | 101011100 | 1011010 | 1000000 |
Color Harmonies of #F65273
Complementary color
Monochromatic Colors of #F65273
Black with #F65273
Text Example
Text Example
White with #F65273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65273; }
p { color: rgb(246,82,115); }
H1.HeaderClassName
{
color: #F65273;
}
.AnyTagClassName
{
color: #F65273;
}
</style>
background-color css
<style>
a { background-color: #F65273; }
a { background-color: rgb(246,82,115); }
div.DivClassName
{
background-color: #F65273;
}
.BgClassName
{
background-color: #F65273;
}
</style>
border-color css
<style>
span { border-color: #F65273; }
span { border-color: rgb(246,82,115); }
td.TdClassName
{
border-color: #F65273;
}
.TagClassName
{
border-color: #F65273;
}
</style>