Shades of Wild Watermelon #F5656F
Tints of Wild Watermelon #F5656F
RGB
CMYK
RGB Variations
Color information
#F5656F (or 0xF5656F) is known color: Wild Watermelon. HEX triplet: F5, 65 and 6F. RGB value is (245,101,111). Sum of RGB (Red+Green+Blue) = 245+101+111=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5656F is #0A9A90. Grayscale: #919191. Windows color (decimal): -694929 or 7300597. OLE color: 7300597.
HSL color Cylindrical-coordinate representation of color #F5656F: hue angle of 355.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5656F is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 111 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.04 |
| HSL | 355.83º | 0.88% | 0.68% | - |
| HSV(B) | 355.83º | 0.59% | 0.96% | - |
| XYZ | 45.18 | 29.87 | 18.42 | - |
| YUV | 145.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 111 | 0 | 0.59 | 0.55 | 0.04 | 355.83 | 0.88 | 0.68 |
| Hex | F5 | 65 | 6F | 0 | 3B | 37 | 4 | 164 | 58 | 44 |
| Octal | 365 | 145 | 157 | 0 | 73 | 67 | 4 | 544 | 130 | 104 |
| Binary | 11110101 | 1100101 | 1101111 | 0 | 111011 | 110111 | 100 | 101100100 | 1011000 | 1000100 |
Color Harmonies of #F5656F
Complementary color
Monochromatic Colors of #F5656F
Black with #F5656F
Text Example
Text Example
White with #F5656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5656F; }
p { color: rgb(245,101,111); }
H1.HeaderClassName
{
color: #F5656F;
}
.AnyTagClassName
{
color: #F5656F;
}
</style>
background-color css
<style>
a { background-color: #F5656F; }
a { background-color: rgb(245,101,111); }
div.DivClassName
{
background-color: #F5656F;
}
.BgClassName
{
background-color: #F5656F;
}
</style>
border-color css
<style>
span { border-color: #F5656F; }
span { border-color: rgb(245,101,111); }
td.TdClassName
{
border-color: #F5656F;
}
.TagClassName
{
border-color: #F5656F;
}
</style>