Shades of Wild Watermelon #FF497A
Tints of Wild Watermelon #FF497A
RGB
CMYK
RGB Variations
Color information
#FF497A (or 0xFF497A) is known color: Wild Watermelon. HEX triplet: FF, 49 and 7A. RGB value is (255,73,122). Sum of RGB (Red+Green+Blue) = 255+73+122=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF497A is #00B685. Grayscale: #848484. Windows color (decimal): -46726 or 8014335. OLE color: 8014335.
HSL color Cylindrical-coordinate representation of color #FF497A: hue angle of 343.85º 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 #FF497A is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 122 | - |
| CMYK | 0 | 0.71 | 0.52 | 0 |
| HSL | 343.85º | 1% | 0.64% | - |
| HSV(B) | 343.85º | 0.71% | 1% | - |
| XYZ | 47.14 | 27.43 | 21.22 | - |
| YUV | 133 | 121.8 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 122 | 0 | 0.71 | 0.52 | 0 | 343.85 | 1 | 0.64 |
| Hex | FF | 49 | 7A | 0 | 47 | 34 | 0 | 158 | 64 | 40 |
| Octal | 377 | 111 | 172 | 0 | 107 | 64 | 0 | 530 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1111010 | 0 | 1000111 | 110100 | 0 | 101011000 | 1100100 | 1000000 |
Color Harmonies of #FF497A
Complementary color
Monochromatic Colors of #FF497A
Black with #FF497A
Text Example
Text Example
White with #FF497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF497A; }
p { color: rgb(255,73,122); }
H1.HeaderClassName
{
color: #FF497A;
}
.AnyTagClassName
{
color: #FF497A;
}
</style>
background-color css
<style>
a { background-color: #FF497A; }
a { background-color: rgb(255,73,122); }
div.DivClassName
{
background-color: #FF497A;
}
.BgClassName
{
background-color: #FF497A;
}
</style>
border-color css
<style>
span { border-color: #FF497A; }
span { border-color: rgb(255,73,122); }
td.TdClassName
{
border-color: #FF497A;
}
.TagClassName
{
border-color: #FF497A;
}
</style>