Shades of Wild Watermelon #FE696B
Tints of Wild Watermelon #FE696B
RGB
CMYK
RGB Variations
Color information
#FE696B (or 0xFE696B) is known color: Wild Watermelon. HEX triplet: FE, 69 and 6B. RGB value is (254,105,107). Sum of RGB (Red+Green+Blue) = 254+105+107=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE696B is #019694. Grayscale: #959595. Windows color (decimal): -104085 or 7039486. OLE color: 7039486.
HSL color Cylindrical-coordinate representation of color #FE696B: hue angle of 359.19º 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 #FE696B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 107 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.00 |
| HSL | 359.19º | 0.99% | 0.7% | - |
| HSV(B) | 359.19º | 0.59% | 1% | - |
| XYZ | 48.58 | 32.24 | 17.57 | - |
| YUV | 149.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 107 | 0 | 0.59 | 0.58 | 0.00 | 359.19 | 0.99 | 0.7 |
| Hex | FE | 69 | 6B | 0 | 3B | 3A | 0 | 167 | 63 | 46 |
| Octal | 376 | 151 | 153 | 0 | 73 | 72 | 0 | 547 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1101011 | 0 | 111011 | 111010 | 0 | 101100111 | 1100011 | 1000110 |
Color Harmonies of #FE696B
Complementary color
Monochromatic Colors of #FE696B
Black with #FE696B
Text Example
Text Example
White with #FE696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE696B; }
p { color: rgb(254,105,107); }
H1.HeaderClassName
{
color: #FE696B;
}
.AnyTagClassName
{
color: #FE696B;
}
</style>
background-color css
<style>
a { background-color: #FE696B; }
a { background-color: rgb(254,105,107); }
div.DivClassName
{
background-color: #FE696B;
}
.BgClassName
{
background-color: #FE696B;
}
</style>
border-color css
<style>
span { border-color: #FE696B; }
span { border-color: rgb(254,105,107); }
td.TdClassName
{
border-color: #FE696B;
}
.TagClassName
{
border-color: #FE696B;
}
</style>