Shades of Wild Watermelon #FF496C
Tints of Wild Watermelon #FF496C
RGB
CMYK
RGB Variations
Color information
#FF496C (or 0xFF496C) is known color: Wild Watermelon. HEX triplet: FF, 49 and 6C. RGB value is (255,73,108). Sum of RGB (Red+Green+Blue) = 255+73+108=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF496C is #00B693. Grayscale: #838383. Windows color (decimal): -46740 or 7096831. OLE color: 7096831.
HSL color Cylindrical-coordinate representation of color #FF496C: hue angle of 348.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF496C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 108 | - |
| CMYK | 0 | 0.71 | 0.58 | 0 |
| HSL | 348.46º | 1% | 0.64% | - |
| HSV(B) | 348.46º | 0.71% | 1% | - |
| XYZ | 46.33 | 27.11 | 16.98 | - |
| YUV | 131.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 108 | 0 | 0.71 | 0.58 | 0 | 348.46 | 1 | 0.64 |
| Hex | FF | 49 | 6C | 0 | 47 | 3A | 0 | 15C | 64 | 40 |
| Octal | 377 | 111 | 154 | 0 | 107 | 72 | 0 | 534 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1101100 | 0 | 1000111 | 111010 | 0 | 101011100 | 1100100 | 1000000 |
Color Harmonies of #FF496C
Complementary color
Monochromatic Colors of #FF496C
Black with #FF496C
Text Example
Text Example
White with #FF496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF496C; }
p { color: rgb(255,73,108); }
H1.HeaderClassName
{
color: #FF496C;
}
.AnyTagClassName
{
color: #FF496C;
}
</style>
background-color css
<style>
a { background-color: #FF496C; }
a { background-color: rgb(255,73,108); }
div.DivClassName
{
background-color: #FF496C;
}
.BgClassName
{
background-color: #FF496C;
}
</style>
border-color css
<style>
span { border-color: #FF496C; }
span { border-color: rgb(255,73,108); }
td.TdClassName
{
border-color: #FF496C;
}
.TagClassName
{
border-color: #FF496C;
}
</style>