Shades of Wild Watermelon #FE686D
Tints of Wild Watermelon #FE686D
RGB
CMYK
RGB Variations
Color information
#FE686D (or 0xFE686D) is known color: Wild Watermelon. HEX triplet: FE, 68 and 6D. RGB value is (254,104,109). Sum of RGB (Red+Green+Blue) = 254+104+109=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE686D is #019792. Grayscale: #959595. Windows color (decimal): -104339 or 7170302. OLE color: 7170302.
HSL color Cylindrical-coordinate representation of color #FE686D: hue angle of 358º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE686D is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 109 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.00 |
| HSL | 358º | 0.99% | 0.7% | - |
| HSV(B) | 358º | 0.59% | 1% | - |
| XYZ | 48.58 | 32.08 | 18.1 | - |
| YUV | 149.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 109 | 0 | 0.59 | 0.57 | 0.00 | 358 | 0.99 | 0.7 |
| Hex | FE | 68 | 6D | 0 | 3B | 39 | 0 | 166 | 63 | 46 |
| Octal | 376 | 150 | 155 | 0 | 73 | 71 | 0 | 546 | 143 | 106 |
| Binary | 11111110 | 1101000 | 1101101 | 0 | 111011 | 111001 | 0 | 101100110 | 1100011 | 1000110 |
Color Harmonies of #FE686D
Complementary color
Monochromatic Colors of #FE686D
Black with #FE686D
Text Example
Text Example
White with #FE686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE686D; }
p { color: rgb(254,104,109); }
H1.HeaderClassName
{
color: #FE686D;
}
.AnyTagClassName
{
color: #FE686D;
}
</style>
background-color css
<style>
a { background-color: #FE686D; }
a { background-color: rgb(254,104,109); }
div.DivClassName
{
background-color: #FE686D;
}
.BgClassName
{
background-color: #FE686D;
}
</style>
border-color css
<style>
span { border-color: #FE686D; }
span { border-color: rgb(254,104,109); }
td.TdClassName
{
border-color: #FE686D;
}
.TagClassName
{
border-color: #FE686D;
}
</style>