Shades of Wild Watermelon #FD496C
Tints of Wild Watermelon #FD496C
RGB
CMYK
RGB Variations
Color information
#FD496C (or 0xFD496C) is known color: Wild Watermelon. HEX triplet: FD, 49 and 6C. RGB value is (253,73,108). Sum of RGB (Red+Green+Blue) = 253+73+108=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD496C is #02B693. Grayscale: #828282. Windows color (decimal): -177812 or 7096829. OLE color: 7096829.
HSL color Cylindrical-coordinate representation of color #FD496C: hue angle of 348.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD496C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 108 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.01 |
| HSL | 348.33º | 0.98% | 0.64% | - |
| HSV(B) | 348.33º | 0.71% | 0.99% | - |
| XYZ | 45.6 | 26.73 | 16.94 | - |
| YUV | 130.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 108 | 0 | 0.71 | 0.57 | 0.01 | 348.33 | 0.98 | 0.64 |
| Hex | FD | 49 | 6C | 0 | 47 | 39 | 1 | 15C | 62 | 40 |
| Octal | 375 | 111 | 154 | 0 | 107 | 71 | 1 | 534 | 142 | 100 |
| Binary | 11111101 | 1001001 | 1101100 | 0 | 1000111 | 111001 | 1 | 101011100 | 1100010 | 1000000 |
Color Harmonies of #FD496C
Complementary color
Monochromatic Colors of #FD496C
Black with #FD496C
Text Example
Text Example
White with #FD496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD496C; }
p { color: rgb(253,73,108); }
H1.HeaderClassName
{
color: #FD496C;
}
.AnyTagClassName
{
color: #FD496C;
}
</style>
background-color css
<style>
a { background-color: #FD496C; }
a { background-color: rgb(253,73,108); }
div.DivClassName
{
background-color: #FD496C;
}
.BgClassName
{
background-color: #FD496C;
}
</style>
border-color css
<style>
span { border-color: #FD496C; }
span { border-color: rgb(253,73,108); }
td.TdClassName
{
border-color: #FD496C;
}
.TagClassName
{
border-color: #FD496C;
}
</style>