Shades of Wild Watermelon #F6507C
Tints of Wild Watermelon #F6507C
RGB
CMYK
RGB Variations
Color information
#F6507C (or 0xF6507C) is known color: Wild Watermelon. HEX triplet: F6, 50 and 7C. RGB value is (246,80,124). Sum of RGB (Red+Green+Blue) = 246+80+124=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6507C is #09AF83. Grayscale: #868686. Windows color (decimal): -634756 or 8147190. OLE color: 8147190.
HSL color Cylindrical-coordinate representation of color #F6507C: hue angle of 344.1º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6507C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 124 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.04 |
| HSL | 344.1º | 0.9% | 0.64% | - |
| HSV(B) | 344.1º | 0.67% | 0.96% | - |
| XYZ | 44.51 | 26.79 | 21.89 | - |
| YUV | 134.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 124 | 0 | 0.67 | 0.50 | 0.04 | 344.1 | 0.9 | 0.64 |
| Hex | F6 | 50 | 7C | 0 | 43 | 32 | 4 | 158 | 5A | 40 |
| Octal | 366 | 120 | 174 | 0 | 103 | 62 | 4 | 530 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1111100 | 0 | 1000011 | 110010 | 100 | 101011000 | 1011010 | 1000000 |
Color Harmonies of #F6507C
Complementary color
Monochromatic Colors of #F6507C
Black with #F6507C
Text Example
Text Example
White with #F6507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6507C; }
p { color: rgb(246,80,124); }
H1.HeaderClassName
{
color: #F6507C;
}
.AnyTagClassName
{
color: #F6507C;
}
</style>
background-color css
<style>
a { background-color: #F6507C; }
a { background-color: rgb(246,80,124); }
div.DivClassName
{
background-color: #F6507C;
}
.BgClassName
{
background-color: #F6507C;
}
</style>
border-color css
<style>
span { border-color: #F6507C; }
span { border-color: rgb(246,80,124); }
td.TdClassName
{
border-color: #F6507C;
}
.TagClassName
{
border-color: #F6507C;
}
</style>