Shades of Wild Watermelon #F6557A
Tints of Wild Watermelon #F6557A
RGB
CMYK
RGB Variations
Color information
#F6557A (or 0xF6557A) is known color: Wild Watermelon. HEX triplet: F6, 55 and 7A. RGB value is (246,85,122). Sum of RGB (Red+Green+Blue) = 246+85+122=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6557A is #09AA85. Grayscale: #898989. Windows color (decimal): -633478 or 8017398. OLE color: 8017398.
HSL color Cylindrical-coordinate representation of color #F6557A: hue angle of 346.21º degrees, saturation: 0.9, 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 #F6557A is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 122 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.04 |
| HSL | 346.21º | 0.9% | 0.65% | - |
| HSV(B) | 346.21º | 0.65% | 0.96% | - |
| XYZ | 44.77 | 27.49 | 21.36 | - |
| YUV | 137.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 122 | 0 | 0.65 | 0.50 | 0.04 | 346.21 | 0.9 | 0.65 |
| Hex | F6 | 55 | 7A | 0 | 41 | 32 | 4 | 15A | 5A | 41 |
| Octal | 366 | 125 | 172 | 0 | 101 | 62 | 4 | 532 | 132 | 101 |
| Binary | 11110110 | 1010101 | 1111010 | 0 | 1000001 | 110010 | 100 | 101011010 | 1011010 | 1000001 |
Color Harmonies of #F6557A
Complementary color
Monochromatic Colors of #F6557A
Black with #F6557A
Text Example
Text Example
White with #F6557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6557A; }
p { color: rgb(246,85,122); }
H1.HeaderClassName
{
color: #F6557A;
}
.AnyTagClassName
{
color: #F6557A;
}
</style>
background-color css
<style>
a { background-color: #F6557A; }
a { background-color: rgb(246,85,122); }
div.DivClassName
{
background-color: #F6557A;
}
.BgClassName
{
background-color: #F6557A;
}
</style>
border-color css
<style>
span { border-color: #F6557A; }
span { border-color: rgb(246,85,122); }
td.TdClassName
{
border-color: #F6557A;
}
.TagClassName
{
border-color: #F6557A;
}
</style>