Shades of Wild Watermelon #FE5676
Tints of Wild Watermelon #FE5676
RGB
CMYK
RGB Variations
Color information
#FE5676 (or 0xFE5676) is known color: Wild Watermelon. HEX triplet: FE, 56 and 76. RGB value is (254,86,118). Sum of RGB (Red+Green+Blue) = 254+86+118=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5676 is #01A989. Grayscale: #8B8B8B. Windows color (decimal): -108938 or 7755518. OLE color: 7755518.
HSL color Cylindrical-coordinate representation of color #FE5676: hue angle of 348.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5676 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 118 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.00 |
| HSL | 348.57º | 0.99% | 0.67% | - |
| HSV(B) | 348.57º | 0.66% | 1% | - |
| XYZ | 47.47 | 29.03 | 20.24 | - |
| YUV | 139.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 118 | 0 | 0.66 | 0.54 | 0.00 | 348.57 | 0.99 | 0.67 |
| Hex | FE | 56 | 76 | 0 | 42 | 36 | 0 | 15D | 63 | 43 |
| Octal | 376 | 126 | 166 | 0 | 102 | 66 | 0 | 535 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1110110 | 0 | 1000010 | 110110 | 0 | 101011101 | 1100011 | 1000011 |
Color Harmonies of #FE5676
Complementary color
Monochromatic Colors of #FE5676
Black with #FE5676
Text Example
Text Example
White with #FE5676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5676; }
p { color: rgb(254,86,118); }
H1.HeaderClassName
{
color: #FE5676;
}
.AnyTagClassName
{
color: #FE5676;
}
</style>
background-color css
<style>
a { background-color: #FE5676; }
a { background-color: rgb(254,86,118); }
div.DivClassName
{
background-color: #FE5676;
}
.BgClassName
{
background-color: #FE5676;
}
</style>
border-color css
<style>
span { border-color: #FE5676; }
span { border-color: rgb(254,86,118); }
td.TdClassName
{
border-color: #FE5676;
}
.TagClassName
{
border-color: #FE5676;
}
</style>