Shades of Wild Watermelon #FE686A
Tints of Wild Watermelon #FE686A
RGB
CMYK
RGB Variations
Color information
#FE686A (or 0xFE686A) is known color: Wild Watermelon. HEX triplet: FE, 68 and 6A. RGB value is (254,104,106). Sum of RGB (Red+Green+Blue) = 254+104+106=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE686A is #019795. Grayscale: #959595. Windows color (decimal): -104342 or 6973694. OLE color: 6973694.
HSL color Cylindrical-coordinate representation of color #FE686A: hue angle of 359.2º 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 #FE686A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 106 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.00 |
| HSL | 359.2º | 0.99% | 0.7% | - |
| HSV(B) | 359.2º | 0.59% | 1% | - |
| XYZ | 48.42 | 32.01 | 17.26 | - |
| YUV | 149.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 106 | 0 | 0.59 | 0.58 | 0.00 | 359.2 | 0.99 | 0.7 |
| Hex | FE | 68 | 6A | 0 | 3B | 3A | 0 | 167 | 63 | 46 |
| Octal | 376 | 150 | 152 | 0 | 73 | 72 | 0 | 547 | 143 | 106 |
| Binary | 11111110 | 1101000 | 1101010 | 0 | 111011 | 111010 | 0 | 101100111 | 1100011 | 1000110 |
Color Harmonies of #FE686A
Complementary color
Monochromatic Colors of #FE686A
Black with #FE686A
Text Example
Text Example
White with #FE686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE686A; }
p { color: rgb(254,104,106); }
H1.HeaderClassName
{
color: #FE686A;
}
.AnyTagClassName
{
color: #FE686A;
}
</style>
background-color css
<style>
a { background-color: #FE686A; }
a { background-color: rgb(254,104,106); }
div.DivClassName
{
background-color: #FE686A;
}
.BgClassName
{
background-color: #FE686A;
}
</style>
border-color css
<style>
span { border-color: #FE686A; }
span { border-color: rgb(254,104,106); }
td.TdClassName
{
border-color: #FE686A;
}
.TagClassName
{
border-color: #FE686A;
}
</style>