Shades of Wild Watermelon #FE4D6E
Tints of Wild Watermelon #FE4D6E
RGB
CMYK
RGB Variations
Color information
#FE4D6E (or 0xFE4D6E) is known color: Wild Watermelon. HEX triplet: FE, 4D and 6E. RGB value is (254,77,110). Sum of RGB (Red+Green+Blue) = 254+77+110=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D6E is #01B291. Grayscale: #858585. Windows color (decimal): -111250 or 7228926. OLE color: 7228926.
HSL color Cylindrical-coordinate representation of color #FE4D6E: hue angle of 348.81º 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 #FE4D6E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 110 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.00 |
| HSL | 348.81º | 0.99% | 0.65% | - |
| HSV(B) | 348.81º | 0.7% | 1% | - |
| XYZ | 46.34 | 27.5 | 17.62 | - |
| YUV | 133.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 110 | 0 | 0.70 | 0.57 | 0.00 | 348.81 | 0.99 | 0.65 |
| Hex | FE | 4D | 6E | 0 | 46 | 39 | 0 | 15D | 63 | 41 |
| Octal | 376 | 115 | 156 | 0 | 106 | 71 | 0 | 535 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1101110 | 0 | 1000110 | 111001 | 0 | 101011101 | 1100011 | 1000001 |
Color Harmonies of #FE4D6E
Complementary color
Monochromatic Colors of #FE4D6E
Black with #FE4D6E
Text Example
Text Example
White with #FE4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D6E; }
p { color: rgb(254,77,110); }
H1.HeaderClassName
{
color: #FE4D6E;
}
.AnyTagClassName
{
color: #FE4D6E;
}
</style>
background-color css
<style>
a { background-color: #FE4D6E; }
a { background-color: rgb(254,77,110); }
div.DivClassName
{
background-color: #FE4D6E;
}
.BgClassName
{
background-color: #FE4D6E;
}
</style>
border-color css
<style>
span { border-color: #FE4D6E; }
span { border-color: rgb(254,77,110); }
td.TdClassName
{
border-color: #FE4D6E;
}
.TagClassName
{
border-color: #FE4D6E;
}
</style>