Shades of Wild Watermelon #F66474
Tints of Wild Watermelon #F66474
RGB
CMYK
RGB Variations
Color information
#F66474 (or 0xF66474) is known color: Wild Watermelon. HEX triplet: F6, 64 and 74. RGB value is (246,100,116). Sum of RGB (Red+Green+Blue) = 246+100+116=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F66474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66474 is #099B8B. Grayscale: #919191. Windows color (decimal): -629644 or 7628022. OLE color: 7628022.
HSL color Cylindrical-coordinate representation of color #F66474: hue angle of 353.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66474 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 116 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.04 |
| HSL | 353.42º | 0.89% | 0.68% | - |
| HSV(B) | 353.42º | 0.59% | 0.96% | - |
| XYZ | 45.72 | 29.97 | 19.9 | - |
| YUV | 145.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 116 | 0 | 0.59 | 0.53 | 0.04 | 353.42 | 0.89 | 0.68 |
| Hex | F6 | 64 | 74 | 0 | 3B | 35 | 4 | 161 | 59 | 44 |
| Octal | 366 | 144 | 164 | 0 | 73 | 65 | 4 | 541 | 131 | 104 |
| Binary | 11110110 | 1100100 | 1110100 | 0 | 111011 | 110101 | 100 | 101100001 | 1011001 | 1000100 |
Color Harmonies of #F66474
Complementary color
Monochromatic Colors of #F66474
Black with #F66474
Text Example
Text Example
White with #F66474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66474; }
p { color: rgb(246,100,116); }
H1.HeaderClassName
{
color: #F66474;
}
.AnyTagClassName
{
color: #F66474;
}
</style>
background-color css
<style>
a { background-color: #F66474; }
a { background-color: rgb(246,100,116); }
div.DivClassName
{
background-color: #F66474;
}
.BgClassName
{
background-color: #F66474;
}
</style>
border-color css
<style>
span { border-color: #F66474; }
span { border-color: rgb(246,100,116); }
td.TdClassName
{
border-color: #F66474;
}
.TagClassName
{
border-color: #F66474;
}
</style>