Shades of Wild Watermelon #FE5976
Tints of Wild Watermelon #FE5976
RGB
CMYK
RGB Variations
Color information
#FE5976 (or 0xFE5976) is known color: Wild Watermelon. HEX triplet: FE, 59 and 76. RGB value is (254,89,118). Sum of RGB (Red+Green+Blue) = 254+89+118=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5976 is #01A689. Grayscale: #8D8D8D. Windows color (decimal): -108170 or 7756286. OLE color: 7756286.
HSL color Cylindrical-coordinate representation of color #FE5976: hue angle of 349.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5976 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 118 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.00 |
| HSL | 349.45º | 0.99% | 0.67% | - |
| HSV(B) | 349.45º | 0.65% | 1% | - |
| XYZ | 47.72 | 29.52 | 20.32 | - |
| YUV | 141.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 118 | 0 | 0.65 | 0.54 | 0.00 | 349.45 | 0.99 | 0.67 |
| Hex | FE | 59 | 76 | 0 | 41 | 36 | 0 | 15D | 63 | 43 |
| Octal | 376 | 131 | 166 | 0 | 101 | 66 | 0 | 535 | 143 | 103 |
| Binary | 11111110 | 1011001 | 1110110 | 0 | 1000001 | 110110 | 0 | 101011101 | 1100011 | 1000011 |
Color Harmonies of #FE5976
Complementary color
Monochromatic Colors of #FE5976
Black with #FE5976
Text Example
Text Example
White with #FE5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5976; }
p { color: rgb(254,89,118); }
H1.HeaderClassName
{
color: #FE5976;
}
.AnyTagClassName
{
color: #FE5976;
}
</style>
background-color css
<style>
a { background-color: #FE5976; }
a { background-color: rgb(254,89,118); }
div.DivClassName
{
background-color: #FE5976;
}
.BgClassName
{
background-color: #FE5976;
}
</style>
border-color css
<style>
span { border-color: #FE5976; }
span { border-color: rgb(254,89,118); }
td.TdClassName
{
border-color: #FE5976;
}
.TagClassName
{
border-color: #FE5976;
}
</style>