Shades of Wild Watermelon #FE4D66
Tints of Wild Watermelon #FE4D66
RGB
CMYK
RGB Variations
Color information
#FE4D66 (or 0xFE4D66) is known color: Wild Watermelon. HEX triplet: FE, 4D and 66. RGB value is (254,77,102). Sum of RGB (Red+Green+Blue) = 254+77+102=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D66 is #01B299. Grayscale: #848484. Windows color (decimal): -111258 or 6704638. OLE color: 6704638.
HSL color Cylindrical-coordinate representation of color #FE4D66: hue angle of 351.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D66 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 102 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.00 |
| HSL | 351.53º | 0.99% | 0.65% | - |
| HSV(B) | 351.53º | 0.7% | 1% | - |
| XYZ | 45.93 | 27.34 | 15.43 | - |
| YUV | 132.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 102 | 0 | 0.70 | 0.60 | 0.00 | 351.53 | 0.99 | 0.65 |
| Hex | FE | 4D | 66 | 0 | 46 | 3C | 0 | 160 | 63 | 41 |
| Octal | 376 | 115 | 146 | 0 | 106 | 74 | 0 | 540 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1100110 | 0 | 1000110 | 111100 | 0 | 101100000 | 1100011 | 1000001 |
Color Harmonies of #FE4D66
Complementary color
Monochromatic Colors of #FE4D66
Black with #FE4D66
Text Example
Text Example
White with #FE4D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D66; }
p { color: rgb(254,77,102); }
H1.HeaderClassName
{
color: #FE4D66;
}
.AnyTagClassName
{
color: #FE4D66;
}
</style>
background-color css
<style>
a { background-color: #FE4D66; }
a { background-color: rgb(254,77,102); }
div.DivClassName
{
background-color: #FE4D66;
}
.BgClassName
{
background-color: #FE4D66;
}
</style>
border-color css
<style>
span { border-color: #FE4D66; }
span { border-color: rgb(254,77,102); }
td.TdClassName
{
border-color: #FE4D66;
}
.TagClassName
{
border-color: #FE4D66;
}
</style>