Shades of Wild Watermelon #FE696D
Tints of Wild Watermelon #FE696D
RGB
CMYK
RGB Variations
Color information
#FE696D (or 0xFE696D) is known color: Wild Watermelon. HEX triplet: FE, 69 and 6D. RGB value is (254,105,109). Sum of RGB (Red+Green+Blue) = 254+105+109=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE696D is #019692. Grayscale: #969696. Windows color (decimal): -104083 or 7170558. OLE color: 7170558.
HSL color Cylindrical-coordinate representation of color #FE696D: hue angle of 358.39º 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 #FE696D is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 109 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.00 |
| HSL | 358.39º | 0.99% | 0.7% | - |
| HSV(B) | 358.39º | 0.59% | 1% | - |
| XYZ | 48.68 | 32.28 | 18.13 | - |
| YUV | 150.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 109 | 0 | 0.59 | 0.57 | 0.00 | 358.39 | 0.99 | 0.7 |
| Hex | FE | 69 | 6D | 0 | 3B | 39 | 0 | 166 | 63 | 46 |
| Octal | 376 | 151 | 155 | 0 | 73 | 71 | 0 | 546 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1101101 | 0 | 111011 | 111001 | 0 | 101100110 | 1100011 | 1000110 |
Color Harmonies of #FE696D
Complementary color
Monochromatic Colors of #FE696D
Black with #FE696D
Text Example
Text Example
White with #FE696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE696D; }
p { color: rgb(254,105,109); }
H1.HeaderClassName
{
color: #FE696D;
}
.AnyTagClassName
{
color: #FE696D;
}
</style>
background-color css
<style>
a { background-color: #FE696D; }
a { background-color: rgb(254,105,109); }
div.DivClassName
{
background-color: #FE696D;
}
.BgClassName
{
background-color: #FE696D;
}
</style>
border-color css
<style>
span { border-color: #FE696D; }
span { border-color: rgb(254,105,109); }
td.TdClassName
{
border-color: #FE696D;
}
.TagClassName
{
border-color: #FE696D;
}
</style>