Shades of Wild Watermelon #FE4D72
Tints of Wild Watermelon #FE4D72
RGB
CMYK
RGB Variations
Color information
#FE4D72 (or 0xFE4D72) is known color: Wild Watermelon. HEX triplet: FE, 4D and 72. RGB value is (254,77,114). Sum of RGB (Red+Green+Blue) = 254+77+114=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D72 is #01B28D. Grayscale: #868686. Windows color (decimal): -111246 or 7491070. OLE color: 7491070.
HSL color Cylindrical-coordinate representation of color #FE4D72: hue angle of 347.46º 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 #FE4D72 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 114 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.00 |
| HSL | 347.46º | 0.99% | 0.65% | - |
| HSV(B) | 347.46º | 0.7% | 1% | - |
| XYZ | 46.56 | 27.59 | 18.79 | - |
| YUV | 134.14 | 116.64 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 114 | 0 | 0.70 | 0.55 | 0.00 | 347.46 | 0.99 | 0.65 |
| Hex | FE | 4D | 72 | 0 | 46 | 37 | 0 | 15B | 63 | 41 |
| Octal | 376 | 115 | 162 | 0 | 106 | 67 | 0 | 533 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1110010 | 0 | 1000110 | 110111 | 0 | 101011011 | 1100011 | 1000001 |
Color Harmonies of #FE4D72
Complementary color
Monochromatic Colors of #FE4D72
Black with #FE4D72
Text Example
Text Example
White with #FE4D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D72; }
p { color: rgb(254,77,114); }
H1.HeaderClassName
{
color: #FE4D72;
}
.AnyTagClassName
{
color: #FE4D72;
}
</style>
background-color css
<style>
a { background-color: #FE4D72; }
a { background-color: rgb(254,77,114); }
div.DivClassName
{
background-color: #FE4D72;
}
.BgClassName
{
background-color: #FE4D72;
}
</style>
border-color css
<style>
span { border-color: #FE4D72; }
span { border-color: rgb(254,77,114); }
td.TdClassName
{
border-color: #FE4D72;
}
.TagClassName
{
border-color: #FE4D72;
}
</style>