Shades of Wild Watermelon #F6567C
Tints of Wild Watermelon #F6567C
RGB
CMYK
RGB Variations
Color information
#F6567C (or 0xF6567C) is known color: Wild Watermelon. HEX triplet: F6, 56 and 7C. RGB value is (246,86,124). Sum of RGB (Red+Green+Blue) = 246+86+124=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6567C is #09A983. Grayscale: #8A8A8A. Windows color (decimal): -633220 or 8148726. OLE color: 8148726.
HSL color Cylindrical-coordinate representation of color #F6567C: hue angle of 345.75º 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 #F6567C is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 124 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.04 |
| HSL | 345.75º | 0.9% | 0.65% | - |
| HSV(B) | 345.75º | 0.65% | 0.96% | - |
| XYZ | 44.97 | 27.7 | 22.05 | - |
| YUV | 138.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 124 | 0 | 0.65 | 0.50 | 0.04 | 345.75 | 0.9 | 0.65 |
| Hex | F6 | 56 | 7C | 0 | 41 | 32 | 4 | 15A | 5A | 41 |
| Octal | 366 | 126 | 174 | 0 | 101 | 62 | 4 | 532 | 132 | 101 |
| Binary | 11110110 | 1010110 | 1111100 | 0 | 1000001 | 110010 | 100 | 101011010 | 1011010 | 1000001 |
Color Harmonies of #F6567C
Complementary color
Monochromatic Colors of #F6567C
Black with #F6567C
Text Example
Text Example
White with #F6567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6567C; }
p { color: rgb(246,86,124); }
H1.HeaderClassName
{
color: #F6567C;
}
.AnyTagClassName
{
color: #F6567C;
}
</style>
background-color css
<style>
a { background-color: #F6567C; }
a { background-color: rgb(246,86,124); }
div.DivClassName
{
background-color: #F6567C;
}
.BgClassName
{
background-color: #F6567C;
}
</style>
border-color css
<style>
span { border-color: #F6567C; }
span { border-color: rgb(246,86,124); }
td.TdClassName
{
border-color: #F6567C;
}
.TagClassName
{
border-color: #F6567C;
}
</style>