Shades of Wild Watermelon #F65F70
Tints of Wild Watermelon #F65F70
RGB
CMYK
RGB Variations
Color information
#F65F70 (or 0xF65F70) is known color: Wild Watermelon. HEX triplet: F6, 5F and 70. RGB value is (246,95,112). Sum of RGB (Red+Green+Blue) = 246+95+112=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65F70 is #09A08F. Grayscale: #8E8E8E. Windows color (decimal): -630928 or 7364598. OLE color: 7364598.
HSL color Cylindrical-coordinate representation of color #F65F70: hue angle of 353.25º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65F70 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 112 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.04 |
| HSL | 353.25º | 0.89% | 0.67% | - |
| HSV(B) | 353.25º | 0.61% | 0.96% | - |
| XYZ | 45.02 | 28.95 | 18.54 | - |
| YUV | 142.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 112 | 0 | 0.61 | 0.54 | 0.04 | 353.25 | 0.89 | 0.67 |
| Hex | F6 | 5F | 70 | 0 | 3D | 36 | 4 | 161 | 59 | 43 |
| Octal | 366 | 137 | 160 | 0 | 75 | 66 | 4 | 541 | 131 | 103 |
| Binary | 11110110 | 1011111 | 1110000 | 0 | 111101 | 110110 | 100 | 101100001 | 1011001 | 1000011 |
Color Harmonies of #F65F70
Complementary color
Monochromatic Colors of #F65F70
Black with #F65F70
Text Example
Text Example
White with #F65F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F70; }
p { color: rgb(246,95,112); }
H1.HeaderClassName
{
color: #F65F70;
}
.AnyTagClassName
{
color: #F65F70;
}
</style>
background-color css
<style>
a { background-color: #F65F70; }
a { background-color: rgb(246,95,112); }
div.DivClassName
{
background-color: #F65F70;
}
.BgClassName
{
background-color: #F65F70;
}
</style>
border-color css
<style>
span { border-color: #F65F70; }
span { border-color: rgb(246,95,112); }
td.TdClassName
{
border-color: #F65F70;
}
.TagClassName
{
border-color: #F65F70;
}
</style>