Shades of Wild Watermelon #FE4D74
Tints of Wild Watermelon #FE4D74
RGB
CMYK
RGB Variations
Color information
#FE4D74 (or 0xFE4D74) is known color: Wild Watermelon. HEX triplet: FE, 4D and 74. RGB value is (254,77,116). Sum of RGB (Red+Green+Blue) = 254+77+116=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D74 is #01B28B. Grayscale: #868686. Windows color (decimal): -111244 or 7622142. OLE color: 7622142.
HSL color Cylindrical-coordinate representation of color #FE4D74: hue angle of 346.78º 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 #FE4D74 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 116 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.00 |
| HSL | 346.78º | 0.99% | 0.65% | - |
| HSV(B) | 346.78º | 0.7% | 1% | - |
| XYZ | 46.68 | 27.64 | 19.4 | - |
| YUV | 134.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 116 | 0 | 0.70 | 0.54 | 0.00 | 346.78 | 0.99 | 0.65 |
| Hex | FE | 4D | 74 | 0 | 46 | 36 | 0 | 15B | 63 | 41 |
| Octal | 376 | 115 | 164 | 0 | 106 | 66 | 0 | 533 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1110100 | 0 | 1000110 | 110110 | 0 | 101011011 | 1100011 | 1000001 |
Color Harmonies of #FE4D74
Complementary color
Monochromatic Colors of #FE4D74
Black with #FE4D74
Text Example
Text Example
White with #FE4D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D74; }
p { color: rgb(254,77,116); }
H1.HeaderClassName
{
color: #FE4D74;
}
.AnyTagClassName
{
color: #FE4D74;
}
</style>
background-color css
<style>
a { background-color: #FE4D74; }
a { background-color: rgb(254,77,116); }
div.DivClassName
{
background-color: #FE4D74;
}
.BgClassName
{
background-color: #FE4D74;
}
</style>
border-color css
<style>
span { border-color: #FE4D74; }
span { border-color: rgb(254,77,116); }
td.TdClassName
{
border-color: #FE4D74;
}
.TagClassName
{
border-color: #FE4D74;
}
</style>