Shades of Wild Watermelon #F65C75
Tints of Wild Watermelon #F65C75
RGB
CMYK
RGB Variations
Color information
#F65C75 (or 0xF65C75) is known color: Wild Watermelon. HEX triplet: F6, 5C and 75. RGB value is (246,92,117). Sum of RGB (Red+Green+Blue) = 246+92+117=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C75 is #09A38A. Grayscale: #8C8C8C. Windows color (decimal): -631691 or 7691510. OLE color: 7691510.
HSL color Cylindrical-coordinate representation of color #F65C75: hue angle of 350.26º 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 #F65C75 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 117 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.04 |
| HSL | 350.26º | 0.9% | 0.66% | - |
| HSV(B) | 350.26º | 0.63% | 0.96% | - |
| XYZ | 45.04 | 28.53 | 19.96 | - |
| YUV | 140.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 117 | 0 | 0.63 | 0.52 | 0.04 | 350.26 | 0.9 | 0.66 |
| Hex | F6 | 5C | 75 | 0 | 3F | 34 | 4 | 15E | 5A | 42 |
| Octal | 366 | 134 | 165 | 0 | 77 | 64 | 4 | 536 | 132 | 102 |
| Binary | 11110110 | 1011100 | 1110101 | 0 | 111111 | 110100 | 100 | 101011110 | 1011010 | 1000010 |
Color Harmonies of #F65C75
Complementary color
Monochromatic Colors of #F65C75
Black with #F65C75
Text Example
Text Example
White with #F65C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C75; }
p { color: rgb(246,92,117); }
H1.HeaderClassName
{
color: #F65C75;
}
.AnyTagClassName
{
color: #F65C75;
}
</style>
background-color css
<style>
a { background-color: #F65C75; }
a { background-color: rgb(246,92,117); }
div.DivClassName
{
background-color: #F65C75;
}
.BgClassName
{
background-color: #F65C75;
}
</style>
border-color css
<style>
span { border-color: #F65C75; }
span { border-color: rgb(246,92,117); }
td.TdClassName
{
border-color: #F65C75;
}
.TagClassName
{
border-color: #F65C75;
}
</style>