Shades of Wild Watermelon #F55F65
Tints of Wild Watermelon #F55F65
RGB
CMYK
RGB Variations
Color information
#F55F65 (or 0xF55F65) is known color: Wild Watermelon. HEX triplet: F5, 5F and 65. RGB value is (245,95,101). Sum of RGB (Red+Green+Blue) = 245+95+101=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F65 is #0AA09A. Grayscale: #8C8C8C. Windows color (decimal): -696475 or 6643701. OLE color: 6643701.
HSL color Cylindrical-coordinate representation of color #F55F65: hue angle of 357.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55F65 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 101 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.04 |
| HSL | 357.6º | 0.88% | 0.67% | - |
| HSV(B) | 357.6º | 0.61% | 0.96% | - |
| XYZ | 44.1 | 28.54 | 15.5 | - |
| YUV | 140.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 101 | 0 | 0.61 | 0.59 | 0.04 | 357.6 | 0.88 | 0.67 |
| Hex | F5 | 5F | 65 | 0 | 3D | 3B | 4 | 166 | 58 | 43 |
| Octal | 365 | 137 | 145 | 0 | 75 | 73 | 4 | 546 | 130 | 103 |
| Binary | 11110101 | 1011111 | 1100101 | 0 | 111101 | 111011 | 100 | 101100110 | 1011000 | 1000011 |
Color Harmonies of #F55F65
Complementary color
Monochromatic Colors of #F55F65
Black with #F55F65
Text Example
Text Example
White with #F55F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F65; }
p { color: rgb(245,95,101); }
H1.HeaderClassName
{
color: #F55F65;
}
.AnyTagClassName
{
color: #F55F65;
}
</style>
background-color css
<style>
a { background-color: #F55F65; }
a { background-color: rgb(245,95,101); }
div.DivClassName
{
background-color: #F55F65;
}
.BgClassName
{
background-color: #F55F65;
}
</style>
border-color css
<style>
span { border-color: #F55F65; }
span { border-color: rgb(245,95,101); }
td.TdClassName
{
border-color: #F55F65;
}
.TagClassName
{
border-color: #F55F65;
}
</style>