Shades of Wild Watermelon #F6557B
Tints of Wild Watermelon #F6557B
RGB
CMYK
RGB Variations
Color information
#F6557B (or 0xF6557B) is known color: Wild Watermelon. HEX triplet: F6, 55 and 7B. RGB value is (246,85,123). Sum of RGB (Red+Green+Blue) = 246+85+123=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6557B is #09AA84. Grayscale: #898989. Windows color (decimal): -633477 or 8082934. OLE color: 8082934.
HSL color Cylindrical-coordinate representation of color #F6557B: hue angle of 345.84º 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 #F6557B is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 123 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.04 |
| HSL | 345.84º | 0.9% | 0.65% | - |
| HSV(B) | 345.84º | 0.65% | 0.96% | - |
| XYZ | 44.83 | 27.52 | 21.69 | - |
| YUV | 137.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 123 | 0 | 0.65 | 0.50 | 0.04 | 345.84 | 0.9 | 0.65 |
| Hex | F6 | 55 | 7B | 0 | 41 | 32 | 4 | 15A | 5A | 41 |
| Octal | 366 | 125 | 173 | 0 | 101 | 62 | 4 | 532 | 132 | 101 |
| Binary | 11110110 | 1010101 | 1111011 | 0 | 1000001 | 110010 | 100 | 101011010 | 1011010 | 1000001 |
Color Harmonies of #F6557B
Complementary color
Monochromatic Colors of #F6557B
Black with #F6557B
Text Example
Text Example
White with #F6557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6557B; }
p { color: rgb(246,85,123); }
H1.HeaderClassName
{
color: #F6557B;
}
.AnyTagClassName
{
color: #F6557B;
}
</style>
background-color css
<style>
a { background-color: #F6557B; }
a { background-color: rgb(246,85,123); }
div.DivClassName
{
background-color: #F6557B;
}
.BgClassName
{
background-color: #F6557B;
}
</style>
border-color css
<style>
span { border-color: #F6557B; }
span { border-color: rgb(246,85,123); }
td.TdClassName
{
border-color: #F6557B;
}
.TagClassName
{
border-color: #F6557B;
}
</style>