Shades of Wild Watermelon #F55F6F
Tints of Wild Watermelon #F55F6F
RGB
CMYK
RGB Variations
Color information
#F55F6F (or 0xF55F6F) is known color: Wild Watermelon. HEX triplet: F5, 5F and 6F. RGB value is (245,95,111). Sum of RGB (Red+Green+Blue) = 245+95+111=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F6F is #0AA090. Grayscale: #8D8D8D. Windows color (decimal): -696465 or 7299061. OLE color: 7299061.
HSL color Cylindrical-coordinate representation of color #F55F6F: hue angle of 353.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 #F55F6F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 111 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.04 |
| HSL | 353.6º | 0.88% | 0.67% | - |
| HSV(B) | 353.6º | 0.61% | 0.96% | - |
| XYZ | 44.62 | 28.74 | 18.24 | - |
| YUV | 141.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 111 | 0 | 0.61 | 0.55 | 0.04 | 353.6 | 0.88 | 0.67 |
| Hex | F5 | 5F | 6F | 0 | 3D | 37 | 4 | 162 | 58 | 43 |
| Octal | 365 | 137 | 157 | 0 | 75 | 67 | 4 | 542 | 130 | 103 |
| Binary | 11110101 | 1011111 | 1101111 | 0 | 111101 | 110111 | 100 | 101100010 | 1011000 | 1000011 |
Color Harmonies of #F55F6F
Complementary color
Monochromatic Colors of #F55F6F
Black with #F55F6F
Text Example
Text Example
White with #F55F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F6F; }
p { color: rgb(245,95,111); }
H1.HeaderClassName
{
color: #F55F6F;
}
.AnyTagClassName
{
color: #F55F6F;
}
</style>
background-color css
<style>
a { background-color: #F55F6F; }
a { background-color: rgb(245,95,111); }
div.DivClassName
{
background-color: #F55F6F;
}
.BgClassName
{
background-color: #F55F6F;
}
</style>
border-color css
<style>
span { border-color: #F55F6F; }
span { border-color: rgb(245,95,111); }
td.TdClassName
{
border-color: #F55F6F;
}
.TagClassName
{
border-color: #F55F6F;
}
</style>