Shades of Wild Watermelon #F66270
Tints of Wild Watermelon #F66270
RGB
CMYK
RGB Variations
Color information
#F66270 (or 0xF66270) is known color: Wild Watermelon. HEX triplet: F6, 62 and 70. RGB value is (246,98,112). Sum of RGB (Red+Green+Blue) = 246+98+112=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F66270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66270 is #099D8F. Grayscale: #8F8F8F. Windows color (decimal): -630160 or 7365366. OLE color: 7365366.
HSL color Cylindrical-coordinate representation of color #F66270: hue angle of 354.32º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F66270 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 112 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.04 |
| HSL | 354.32º | 0.89% | 0.67% | - |
| HSV(B) | 354.32º | 0.6% | 0.96% | - |
| XYZ | 45.3 | 29.5 | 18.64 | - |
| YUV | 143.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 112 | 0 | 0.60 | 0.54 | 0.04 | 354.32 | 0.89 | 0.67 |
| Hex | F6 | 62 | 70 | 0 | 3C | 36 | 4 | 162 | 59 | 43 |
| Octal | 366 | 142 | 160 | 0 | 74 | 66 | 4 | 542 | 131 | 103 |
| Binary | 11110110 | 1100010 | 1110000 | 0 | 111100 | 110110 | 100 | 101100010 | 1011001 | 1000011 |
Color Harmonies of #F66270
Complementary color
Monochromatic Colors of #F66270
Black with #F66270
Text Example
Text Example
White with #F66270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66270; }
p { color: rgb(246,98,112); }
H1.HeaderClassName
{
color: #F66270;
}
.AnyTagClassName
{
color: #F66270;
}
</style>
background-color css
<style>
a { background-color: #F66270; }
a { background-color: rgb(246,98,112); }
div.DivClassName
{
background-color: #F66270;
}
.BgClassName
{
background-color: #F66270;
}
</style>
border-color css
<style>
span { border-color: #F66270; }
span { border-color: rgb(246,98,112); }
td.TdClassName
{
border-color: #F66270;
}
.TagClassName
{
border-color: #F66270;
}
</style>