Shades of Wild Watermelon #FE4D73
Tints of Wild Watermelon #FE4D73
RGB
CMYK
RGB Variations
Color information
#FE4D73 (or 0xFE4D73) is known color: Wild Watermelon. HEX triplet: FE, 4D and 73. RGB value is (254,77,115). Sum of RGB (Red+Green+Blue) = 254+77+115=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D73 is #01B28C. Grayscale: #868686. Windows color (decimal): -111245 or 7556606. OLE color: 7556606.
HSL color Cylindrical-coordinate representation of color #FE4D73: hue angle of 347.12º 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 #FE4D73 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 115 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.00 |
| HSL | 347.12º | 0.99% | 0.65% | - |
| HSV(B) | 347.12º | 0.7% | 1% | - |
| XYZ | 46.62 | 27.62 | 19.09 | - |
| YUV | 134.26 | 117.14 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 115 | 0 | 0.70 | 0.55 | 0.00 | 347.12 | 0.99 | 0.65 |
| Hex | FE | 4D | 73 | 0 | 46 | 37 | 0 | 15B | 63 | 41 |
| Octal | 376 | 115 | 163 | 0 | 106 | 67 | 0 | 533 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1110011 | 0 | 1000110 | 110111 | 0 | 101011011 | 1100011 | 1000001 |
Color Harmonies of #FE4D73
Complementary color
Monochromatic Colors of #FE4D73
Black with #FE4D73
Text Example
Text Example
White with #FE4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D73; }
p { color: rgb(254,77,115); }
H1.HeaderClassName
{
color: #FE4D73;
}
.AnyTagClassName
{
color: #FE4D73;
}
</style>
background-color css
<style>
a { background-color: #FE4D73; }
a { background-color: rgb(254,77,115); }
div.DivClassName
{
background-color: #FE4D73;
}
.BgClassName
{
background-color: #FE4D73;
}
</style>
border-color css
<style>
span { border-color: #FE4D73; }
span { border-color: rgb(254,77,115); }
td.TdClassName
{
border-color: #FE4D73;
}
.TagClassName
{
border-color: #FE4D73;
}
</style>