Shades of Wild Watermelon #FE6A6D
Tints of Wild Watermelon #FE6A6D
RGB
CMYK
RGB Variations
Color information
#FE6A6D (or 0xFE6A6D) is known color: Wild Watermelon. HEX triplet: FE, 6A and 6D. RGB value is (254,106,109). Sum of RGB (Red+Green+Blue) = 254+106+109=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6A6D is #019592. Grayscale: #969696. Windows color (decimal): -103827 or 7170814. OLE color: 7170814.
HSL color Cylindrical-coordinate representation of color #FE6A6D: hue angle of 358.78º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6A6D is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 109 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.00 |
| HSL | 358.78º | 0.99% | 0.71% | - |
| HSV(B) | 358.78º | 0.58% | 1% | - |
| XYZ | 48.79 | 32.48 | 18.17 | - |
| YUV | 150.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 109 | 0 | 0.58 | 0.57 | 0.00 | 358.78 | 0.99 | 0.71 |
| Hex | FE | 6A | 6D | 0 | 3A | 39 | 0 | 167 | 63 | 47 |
| Octal | 376 | 152 | 155 | 0 | 72 | 71 | 0 | 547 | 143 | 107 |
| Binary | 11111110 | 1101010 | 1101101 | 0 | 111010 | 111001 | 0 | 101100111 | 1100011 | 1000111 |
Color Harmonies of #FE6A6D
Complementary color
Monochromatic Colors of #FE6A6D
Black with #FE6A6D
Text Example
Text Example
White with #FE6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A6D; }
p { color: rgb(254,106,109); }
H1.HeaderClassName
{
color: #FE6A6D;
}
.AnyTagClassName
{
color: #FE6A6D;
}
</style>
background-color css
<style>
a { background-color: #FE6A6D; }
a { background-color: rgb(254,106,109); }
div.DivClassName
{
background-color: #FE6A6D;
}
.BgClassName
{
background-color: #FE6A6D;
}
</style>
border-color css
<style>
span { border-color: #FE6A6D; }
span { border-color: rgb(254,106,109); }
td.TdClassName
{
border-color: #FE6A6D;
}
.TagClassName
{
border-color: #FE6A6D;
}
</style>