Shades of Wild Watermelon #F65270
Tints of Wild Watermelon #F65270
RGB
CMYK
RGB Variations
Color information
#F65270 (or 0xF65270) is known color: Wild Watermelon. HEX triplet: F6, 52 and 70. RGB value is (246,82,112). Sum of RGB (Red+Green+Blue) = 246+82+112=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F65270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65270 is #09AD8F. Grayscale: #868686. Windows color (decimal): -634256 or 7361270. OLE color: 7361270.
HSL color Cylindrical-coordinate representation of color #F65270: hue angle of 349.02º 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 #F65270 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 112 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.04 |
| HSL | 349.02º | 0.9% | 0.64% | - |
| HSV(B) | 349.02º | 0.67% | 0.96% | - |
| XYZ | 43.95 | 26.8 | 18.19 | - |
| YUV | 134.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 112 | 0 | 0.67 | 0.54 | 0.04 | 349.02 | 0.9 | 0.64 |
| Hex | F6 | 52 | 70 | 0 | 43 | 36 | 4 | 15D | 5A | 40 |
| Octal | 366 | 122 | 160 | 0 | 103 | 66 | 4 | 535 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1110000 | 0 | 1000011 | 110110 | 100 | 101011101 | 1011010 | 1000000 |
Color Harmonies of #F65270
Complementary color
Monochromatic Colors of #F65270
Black with #F65270
Text Example
Text Example
White with #F65270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65270; }
p { color: rgb(246,82,112); }
H1.HeaderClassName
{
color: #F65270;
}
.AnyTagClassName
{
color: #F65270;
}
</style>
background-color css
<style>
a { background-color: #F65270; }
a { background-color: rgb(246,82,112); }
div.DivClassName
{
background-color: #F65270;
}
.BgClassName
{
background-color: #F65270;
}
</style>
border-color css
<style>
span { border-color: #F65270; }
span { border-color: rgb(246,82,112); }
td.TdClassName
{
border-color: #F65270;
}
.TagClassName
{
border-color: #F65270;
}
</style>