Shades of Wild Watermelon #FE6D72
Tints of Wild Watermelon #FE6D72
RGB
CMYK
RGB Variations
Color information
#FE6D72 (or 0xFE6D72) is known color: Wild Watermelon. HEX triplet: FE, 6D and 72. RGB value is (254,109,114). Sum of RGB (Red+Green+Blue) = 254+109+114=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6D72 is #01928D. Grayscale: #999999. Windows color (decimal): -103054 or 7499262. OLE color: 7499262.
HSL color Cylindrical-coordinate representation of color #FE6D72: hue angle of 357.93º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6D72 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 114 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.00 |
| HSL | 357.93º | 0.99% | 0.71% | - |
| HSV(B) | 357.93º | 0.57% | 1% | - |
| XYZ | 49.38 | 33.22 | 19.73 | - |
| YUV | 152.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 114 | 0 | 0.57 | 0.55 | 0.00 | 357.93 | 0.99 | 0.71 |
| Hex | FE | 6D | 72 | 0 | 39 | 37 | 0 | 166 | 63 | 47 |
| Octal | 376 | 155 | 162 | 0 | 71 | 67 | 0 | 546 | 143 | 107 |
| Binary | 11111110 | 1101101 | 1110010 | 0 | 111001 | 110111 | 0 | 101100110 | 1100011 | 1000111 |
Color Harmonies of #FE6D72
Complementary color
Monochromatic Colors of #FE6D72
Black with #FE6D72
Text Example
Text Example
White with #FE6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D72; }
p { color: rgb(254,109,114); }
H1.HeaderClassName
{
color: #FE6D72;
}
.AnyTagClassName
{
color: #FE6D72;
}
</style>
background-color css
<style>
a { background-color: #FE6D72; }
a { background-color: rgb(254,109,114); }
div.DivClassName
{
background-color: #FE6D72;
}
.BgClassName
{
background-color: #FE6D72;
}
</style>
border-color css
<style>
span { border-color: #FE6D72; }
span { border-color: rgb(254,109,114); }
td.TdClassName
{
border-color: #FE6D72;
}
.TagClassName
{
border-color: #FE6D72;
}
</style>