Shades of Wild Watermelon #F7557A
Tints of Wild Watermelon #F7557A
RGB
CMYK
RGB Variations
Color information
#F7557A (or 0xF7557A) is known color: Wild Watermelon. HEX triplet: F7, 55 and 7A. RGB value is (247,85,122). Sum of RGB (Red+Green+Blue) = 247+85+122=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7557A is #08AA85. Grayscale: #898989. Windows color (decimal): -567942 or 8017399. OLE color: 8017399.
HSL color Cylindrical-coordinate representation of color #F7557A: hue angle of 346.3º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7557A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 122 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.03 |
| HSL | 346.3º | 0.91% | 0.65% | - |
| HSV(B) | 346.3º | 0.66% | 0.97% | - |
| XYZ | 45.12 | 27.68 | 21.38 | - |
| YUV | 137.66 | 119.17 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 122 | 0 | 0.66 | 0.51 | 0.03 | 346.3 | 0.91 | 0.65 |
| Hex | F7 | 55 | 7A | 0 | 42 | 33 | 3 | 15A | 5B | 41 |
| Octal | 367 | 125 | 172 | 0 | 102 | 63 | 3 | 532 | 133 | 101 |
| Binary | 11110111 | 1010101 | 1111010 | 0 | 1000010 | 110011 | 11 | 101011010 | 1011011 | 1000001 |
Color Harmonies of #F7557A
Complementary color
Monochromatic Colors of #F7557A
Black with #F7557A
Text Example
Text Example
White with #F7557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7557A; }
p { color: rgb(247,85,122); }
H1.HeaderClassName
{
color: #F7557A;
}
.AnyTagClassName
{
color: #F7557A;
}
</style>
background-color css
<style>
a { background-color: #F7557A; }
a { background-color: rgb(247,85,122); }
div.DivClassName
{
background-color: #F7557A;
}
.BgClassName
{
background-color: #F7557A;
}
</style>
border-color css
<style>
span { border-color: #F7557A; }
span { border-color: rgb(247,85,122); }
td.TdClassName
{
border-color: #F7557A;
}
.TagClassName
{
border-color: #F7557A;
}
</style>