Shades of Wild Watermelon #F65A71
Tints of Wild Watermelon #F65A71
RGB
CMYK
RGB Variations
Color information
#F65A71 (or 0xF65A71) is known color: Wild Watermelon. HEX triplet: F6, 5A and 71. RGB value is (246,90,113). Sum of RGB (Red+Green+Blue) = 246+90+113=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65A71 is #09A58E. Grayscale: #8B8B8B. Windows color (decimal): -632207 or 7428854. OLE color: 7428854.
HSL color Cylindrical-coordinate representation of color #F65A71: hue angle of 351.15º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65A71 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 113 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.04 |
| HSL | 351.15º | 0.9% | 0.66% | - |
| HSV(B) | 351.15º | 0.63% | 0.96% | - |
| XYZ | 44.64 | 28.1 | 18.69 | - |
| YUV | 139.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 113 | 0 | 0.63 | 0.54 | 0.04 | 351.15 | 0.9 | 0.66 |
| Hex | F6 | 5A | 71 | 0 | 3F | 36 | 4 | 15F | 5A | 42 |
| Octal | 366 | 132 | 161 | 0 | 77 | 66 | 4 | 537 | 132 | 102 |
| Binary | 11110110 | 1011010 | 1110001 | 0 | 111111 | 110110 | 100 | 101011111 | 1011010 | 1000010 |
Color Harmonies of #F65A71
Complementary color
Monochromatic Colors of #F65A71
Black with #F65A71
Text Example
Text Example
White with #F65A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A71; }
p { color: rgb(246,90,113); }
H1.HeaderClassName
{
color: #F65A71;
}
.AnyTagClassName
{
color: #F65A71;
}
</style>
background-color css
<style>
a { background-color: #F65A71; }
a { background-color: rgb(246,90,113); }
div.DivClassName
{
background-color: #F65A71;
}
.BgClassName
{
background-color: #F65A71;
}
</style>
border-color css
<style>
span { border-color: #F65A71; }
span { border-color: rgb(246,90,113); }
td.TdClassName
{
border-color: #F65A71;
}
.TagClassName
{
border-color: #F65A71;
}
</style>