Shades of Wild Watermelon #F65A74
Tints of Wild Watermelon #F65A74
RGB
CMYK
RGB Variations
Color information
#F65A74 (or 0xF65A74) is known color: Wild Watermelon. HEX triplet: F6, 5A and 74. RGB value is (246,90,116). Sum of RGB (Red+Green+Blue) = 246+90+116=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65A74 is #09A58B. Grayscale: #8B8B8B. Windows color (decimal): -632204 or 7625462. OLE color: 7625462.
HSL color Cylindrical-coordinate representation of color #F65A74: hue angle of 350º 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 #F65A74 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 116 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.04 |
| HSL | 350º | 0.9% | 0.66% | - |
| HSV(B) | 350º | 0.63% | 0.96% | - |
| XYZ | 44.81 | 28.17 | 19.6 | - |
| YUV | 139.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 116 | 0 | 0.63 | 0.53 | 0.04 | 350 | 0.9 | 0.66 |
| Hex | F6 | 5A | 74 | 0 | 3F | 35 | 4 | 15E | 5A | 42 |
| Octal | 366 | 132 | 164 | 0 | 77 | 65 | 4 | 536 | 132 | 102 |
| Binary | 11110110 | 1011010 | 1110100 | 0 | 111111 | 110101 | 100 | 101011110 | 1011010 | 1000010 |
Color Harmonies of #F65A74
Complementary color
Monochromatic Colors of #F65A74
Black with #F65A74
Text Example
Text Example
White with #F65A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A74; }
p { color: rgb(246,90,116); }
H1.HeaderClassName
{
color: #F65A74;
}
.AnyTagClassName
{
color: #F65A74;
}
</style>
background-color css
<style>
a { background-color: #F65A74; }
a { background-color: rgb(246,90,116); }
div.DivClassName
{
background-color: #F65A74;
}
.BgClassName
{
background-color: #F65A74;
}
</style>
border-color css
<style>
span { border-color: #F65A74; }
span { border-color: rgb(246,90,116); }
td.TdClassName
{
border-color: #F65A74;
}
.TagClassName
{
border-color: #F65A74;
}
</style>