Shades of Wild Watermelon #F65B7B
Tints of Wild Watermelon #F65B7B
RGB
CMYK
RGB Variations
Color information
#F65B7B (or 0xF65B7B) is known color: Wild Watermelon. HEX triplet: F6, 5B and 7B. RGB value is (246,91,123). Sum of RGB (Red+Green+Blue) = 246+91+123=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65B7B is #09A484. Grayscale: #8D8D8D. Windows color (decimal): -631941 or 8084470. OLE color: 8084470.
HSL color Cylindrical-coordinate representation of color #F65B7B: hue angle of 347.61º 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 #F65B7B is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 123 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.04 |
| HSL | 347.61º | 0.9% | 0.66% | - |
| HSV(B) | 347.61º | 0.63% | 0.96% | - |
| XYZ | 45.32 | 28.51 | 21.85 | - |
| YUV | 140.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 123 | 0 | 0.63 | 0.50 | 0.04 | 347.61 | 0.9 | 0.66 |
| Hex | F6 | 5B | 7B | 0 | 3F | 32 | 4 | 15C | 5A | 42 |
| Octal | 366 | 133 | 173 | 0 | 77 | 62 | 4 | 534 | 132 | 102 |
| Binary | 11110110 | 1011011 | 1111011 | 0 | 111111 | 110010 | 100 | 101011100 | 1011010 | 1000010 |
Color Harmonies of #F65B7B
Complementary color
Monochromatic Colors of #F65B7B
Black with #F65B7B
Text Example
Text Example
White with #F65B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B7B; }
p { color: rgb(246,91,123); }
H1.HeaderClassName
{
color: #F65B7B;
}
.AnyTagClassName
{
color: #F65B7B;
}
</style>
background-color css
<style>
a { background-color: #F65B7B; }
a { background-color: rgb(246,91,123); }
div.DivClassName
{
background-color: #F65B7B;
}
.BgClassName
{
background-color: #F65B7B;
}
</style>
border-color css
<style>
span { border-color: #F65B7B; }
span { border-color: rgb(246,91,123); }
td.TdClassName
{
border-color: #F65B7B;
}
.TagClassName
{
border-color: #F65B7B;
}
</style>