Shades of Wild Watermelon #FE4D71
Tints of Wild Watermelon #FE4D71
RGB
CMYK
RGB Variations
Color information
#FE4D71 (or 0xFE4D71) is known color: Wild Watermelon. HEX triplet: FE, 4D and 71. RGB value is (254,77,113). Sum of RGB (Red+Green+Blue) = 254+77+113=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D71 is #01B28E. Grayscale: #868686. Windows color (decimal): -111247 or 7425534. OLE color: 7425534.
HSL color Cylindrical-coordinate representation of color #FE4D71: hue angle of 347.8º 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 #FE4D71 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 113 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.00 |
| HSL | 347.8º | 0.99% | 0.65% | - |
| HSV(B) | 347.8º | 0.7% | 1% | - |
| XYZ | 46.51 | 27.57 | 18.49 | - |
| YUV | 134.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 113 | 0 | 0.70 | 0.56 | 0.00 | 347.8 | 0.99 | 0.65 |
| Hex | FE | 4D | 71 | 0 | 46 | 38 | 0 | 15C | 63 | 41 |
| Octal | 376 | 115 | 161 | 0 | 106 | 70 | 0 | 534 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1110001 | 0 | 1000110 | 111000 | 0 | 101011100 | 1100011 | 1000001 |
Color Harmonies of #FE4D71
Complementary color
Monochromatic Colors of #FE4D71
Black with #FE4D71
Text Example
Text Example
White with #FE4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D71; }
p { color: rgb(254,77,113); }
H1.HeaderClassName
{
color: #FE4D71;
}
.AnyTagClassName
{
color: #FE4D71;
}
</style>
background-color css
<style>
a { background-color: #FE4D71; }
a { background-color: rgb(254,77,113); }
div.DivClassName
{
background-color: #FE4D71;
}
.BgClassName
{
background-color: #FE4D71;
}
</style>
border-color css
<style>
span { border-color: #FE4D71; }
span { border-color: rgb(254,77,113); }
td.TdClassName
{
border-color: #FE4D71;
}
.TagClassName
{
border-color: #FE4D71;
}
</style>