Shades of Wild Watermelon #F5556C
Tints of Wild Watermelon #F5556C
RGB
CMYK
RGB Variations
Color information
#F5556C (or 0xF5556C) is known color: Wild Watermelon. HEX triplet: F5, 55 and 6C. RGB value is (245,85,108). Sum of RGB (Red+Green+Blue) = 245+85+108=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5556C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5556C is #0AAA93. Grayscale: #878787. Windows color (decimal): -699028 or 7099893. OLE color: 7099893.
HSL color Cylindrical-coordinate representation of color #F5556C: hue angle of 351.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5556C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 108 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.04 |
| HSL | 351.38º | 0.89% | 0.65% | - |
| HSV(B) | 351.38º | 0.65% | 0.96% | - |
| XYZ | 43.61 | 26.99 | 17.1 | - |
| YUV | 135.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 108 | 0 | 0.65 | 0.56 | 0.04 | 351.38 | 0.89 | 0.65 |
| Hex | F5 | 55 | 6C | 0 | 41 | 38 | 4 | 15F | 59 | 41 |
| Octal | 365 | 125 | 154 | 0 | 101 | 70 | 4 | 537 | 131 | 101 |
| Binary | 11110101 | 1010101 | 1101100 | 0 | 1000001 | 111000 | 100 | 101011111 | 1011001 | 1000001 |
Color Harmonies of #F5556C
Complementary color
Monochromatic Colors of #F5556C
Black with #F5556C
Text Example
Text Example
White with #F5556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5556C; }
p { color: rgb(245,85,108); }
H1.HeaderClassName
{
color: #F5556C;
}
.AnyTagClassName
{
color: #F5556C;
}
</style>
background-color css
<style>
a { background-color: #F5556C; }
a { background-color: rgb(245,85,108); }
div.DivClassName
{
background-color: #F5556C;
}
.BgClassName
{
background-color: #F5556C;
}
</style>
border-color css
<style>
span { border-color: #F5556C; }
span { border-color: rgb(245,85,108); }
td.TdClassName
{
border-color: #F5556C;
}
.TagClassName
{
border-color: #F5556C;
}
</style>