Shades of Wild Watermelon #F65B6C
Tints of Wild Watermelon #F65B6C
RGB
CMYK
RGB Variations
Color information
#F65B6C (or 0xF65B6C) is known color: Wild Watermelon. HEX triplet: F6, 5B and 6C. RGB value is (246,91,108). Sum of RGB (Red+Green+Blue) = 246+91+108=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65B6C is #09A493. Grayscale: #8B8B8B. Windows color (decimal): -631956 or 7101430. OLE color: 7101430.
HSL color Cylindrical-coordinate representation of color #F65B6C: hue angle of 353.42º 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 #F65B6C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 108 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.04 |
| HSL | 353.42º | 0.9% | 0.66% | - |
| HSV(B) | 353.42º | 0.63% | 0.96% | - |
| XYZ | 44.45 | 28.16 | 17.28 | - |
| YUV | 139.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 108 | 0 | 0.63 | 0.56 | 0.04 | 353.42 | 0.9 | 0.66 |
| Hex | F6 | 5B | 6C | 0 | 3F | 38 | 4 | 161 | 5A | 42 |
| Octal | 366 | 133 | 154 | 0 | 77 | 70 | 4 | 541 | 132 | 102 |
| Binary | 11110110 | 1011011 | 1101100 | 0 | 111111 | 111000 | 100 | 101100001 | 1011010 | 1000010 |
Color Harmonies of #F65B6C
Complementary color
Monochromatic Colors of #F65B6C
Black with #F65B6C
Text Example
Text Example
White with #F65B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B6C; }
p { color: rgb(246,91,108); }
H1.HeaderClassName
{
color: #F65B6C;
}
.AnyTagClassName
{
color: #F65B6C;
}
</style>
background-color css
<style>
a { background-color: #F65B6C; }
a { background-color: rgb(246,91,108); }
div.DivClassName
{
background-color: #F65B6C;
}
.BgClassName
{
background-color: #F65B6C;
}
</style>
border-color css
<style>
span { border-color: #F65B6C; }
span { border-color: rgb(246,91,108); }
td.TdClassName
{
border-color: #F65B6C;
}
.TagClassName
{
border-color: #F65B6C;
}
</style>