Shades of Wild Watermelon #FF496A
Tints of Wild Watermelon #FF496A
RGB
CMYK
RGB Variations
Color information
#FF496A (or 0xFF496A) is known color: Wild Watermelon. HEX triplet: FF, 49 and 6A. RGB value is (255,73,106). Sum of RGB (Red+Green+Blue) = 255+73+106=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF496A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF496A is #00B695. Grayscale: #838383. Windows color (decimal): -46742 or 6965759. OLE color: 6965759.
HSL color Cylindrical-coordinate representation of color #FF496A: hue angle of 349.12º 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 #FF496A is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 106 | - |
| CMYK | 0 | 0.71 | 0.58 | 0 |
| HSL | 349.12º | 1% | 0.64% | - |
| HSV(B) | 349.12º | 0.71% | 1% | - |
| XYZ | 46.22 | 27.07 | 16.42 | - |
| YUV | 131.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 106 | 0 | 0.71 | 0.58 | 0 | 349.12 | 1 | 0.64 |
| Hex | FF | 49 | 6A | 0 | 47 | 3A | 0 | 15D | 64 | 40 |
| Octal | 377 | 111 | 152 | 0 | 107 | 72 | 0 | 535 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1101010 | 0 | 1000111 | 111010 | 0 | 101011101 | 1100100 | 1000000 |
Color Harmonies of #FF496A
Complementary color
Monochromatic Colors of #FF496A
Black with #FF496A
Text Example
Text Example
White with #FF496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF496A; }
p { color: rgb(255,73,106); }
H1.HeaderClassName
{
color: #FF496A;
}
.AnyTagClassName
{
color: #FF496A;
}
</style>
background-color css
<style>
a { background-color: #FF496A; }
a { background-color: rgb(255,73,106); }
div.DivClassName
{
background-color: #FF496A;
}
.BgClassName
{
background-color: #FF496A;
}
</style>
border-color css
<style>
span { border-color: #FF496A; }
span { border-color: rgb(255,73,106); }
td.TdClassName
{
border-color: #FF496A;
}
.TagClassName
{
border-color: #FF496A;
}
</style>