Shades of Wild Watermelon #FE496D
Tints of Wild Watermelon #FE496D
RGB
CMYK
RGB Variations
Color information
#FE496D (or 0xFE496D) is known color: Wild Watermelon. HEX triplet: FE, 49 and 6D. RGB value is (254,73,109). Sum of RGB (Red+Green+Blue) = 254+73+109=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE496D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE496D is #01B692. Grayscale: #838383. Windows color (decimal): -112275 or 7162366. OLE color: 7162366.
HSL color Cylindrical-coordinate representation of color #FE496D: hue angle of 348.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE496D is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 109 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.00 |
| HSL | 348.07º | 0.99% | 0.64% | - |
| HSV(B) | 348.07º | 0.71% | 1% | - |
| XYZ | 46.02 | 26.94 | 17.24 | - |
| YUV | 131.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 109 | 0 | 0.71 | 0.57 | 0.00 | 348.07 | 0.99 | 0.64 |
| Hex | FE | 49 | 6D | 0 | 47 | 39 | 0 | 15C | 63 | 40 |
| Octal | 376 | 111 | 155 | 0 | 107 | 71 | 0 | 534 | 143 | 100 |
| Binary | 11111110 | 1001001 | 1101101 | 0 | 1000111 | 111001 | 0 | 101011100 | 1100011 | 1000000 |
Color Harmonies of #FE496D
Complementary color
Monochromatic Colors of #FE496D
Black with #FE496D
Text Example
Text Example
White with #FE496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE496D; }
p { color: rgb(254,73,109); }
H1.HeaderClassName
{
color: #FE496D;
}
.AnyTagClassName
{
color: #FE496D;
}
</style>
background-color css
<style>
a { background-color: #FE496D; }
a { background-color: rgb(254,73,109); }
div.DivClassName
{
background-color: #FE496D;
}
.BgClassName
{
background-color: #FE496D;
}
</style>
border-color css
<style>
span { border-color: #FE496D; }
span { border-color: rgb(254,73,109); }
td.TdClassName
{
border-color: #FE496D;
}
.TagClassName
{
border-color: #FE496D;
}
</style>