Shades of Wild Watermelon #F65B5C
Tints of Wild Watermelon #F65B5C
RGB
CMYK
RGB Variations
Color information
#F65B5C (or 0xF65B5C) is known color: Wild Watermelon. HEX triplet: F6, 5B and 5C. RGB value is (246,91,92). Sum of RGB (Red+Green+Blue) = 246+91+92=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65B5C is #09A4A3. Grayscale: #898989. Windows color (decimal): -631972 or 6052854. OLE color: 6052854.
HSL color Cylindrical-coordinate representation of color #F65B5C: hue angle of 359.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 #F65B5C is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 92 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.04 |
| HSL | 359.61º | 0.9% | 0.66% | - |
| HSV(B) | 359.61º | 0.63% | 0.96% | - |
| XYZ | 43.68 | 27.85 | 13.2 | - |
| YUV | 137.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 92 | 0 | 0.63 | 0.63 | 0.04 | 359.61 | 0.9 | 0.66 |
| Hex | F6 | 5B | 5C | 0 | 3F | 3F | 4 | 168 | 5A | 42 |
| Octal | 366 | 133 | 134 | 0 | 77 | 77 | 4 | 550 | 132 | 102 |
| Binary | 11110110 | 1011011 | 1011100 | 0 | 111111 | 111111 | 100 | 101101000 | 1011010 | 1000010 |
Color Harmonies of #F65B5C
Complementary color
Monochromatic Colors of #F65B5C
Black with #F65B5C
Text Example
Text Example
White with #F65B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B5C; }
p { color: rgb(246,91,92); }
H1.HeaderClassName
{
color: #F65B5C;
}
.AnyTagClassName
{
color: #F65B5C;
}
</style>
background-color css
<style>
a { background-color: #F65B5C; }
a { background-color: rgb(246,91,92); }
div.DivClassName
{
background-color: #F65B5C;
}
.BgClassName
{
background-color: #F65B5C;
}
</style>
border-color css
<style>
span { border-color: #F65B5C; }
span { border-color: rgb(246,91,92); }
td.TdClassName
{
border-color: #F65B5C;
}
.TagClassName
{
border-color: #F65B5C;
}
</style>