Shades of Wild Watermelon #FE4D7A
Tints of Wild Watermelon #FE4D7A
RGB
CMYK
RGB Variations
Color information
#FE4D7A (or 0xFE4D7A) is known color: Wild Watermelon. HEX triplet: FE, 4D and 7A. RGB value is (254,77,122). Sum of RGB (Red+Green+Blue) = 254+77+122=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D7A is #01B285. Grayscale: #878787. Windows color (decimal): -111238 or 8015358. OLE color: 8015358.
HSL color Cylindrical-coordinate representation of color #FE4D7A: hue angle of 344.75º 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 #FE4D7A is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 122 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.00 |
| HSL | 344.75º | 0.99% | 0.65% | - |
| HSV(B) | 344.75º | 0.7% | 1% | - |
| XYZ | 47.04 | 27.78 | 21.3 | - |
| YUV | 135.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 122 | 0 | 0.70 | 0.52 | 0.00 | 344.75 | 0.99 | 0.65 |
| Hex | FE | 4D | 7A | 0 | 46 | 34 | 0 | 159 | 63 | 41 |
| Octal | 376 | 115 | 172 | 0 | 106 | 64 | 0 | 531 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1111010 | 0 | 1000110 | 110100 | 0 | 101011001 | 1100011 | 1000001 |
Color Harmonies of #FE4D7A
Complementary color
Monochromatic Colors of #FE4D7A
Black with #FE4D7A
Text Example
Text Example
White with #FE4D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D7A; }
p { color: rgb(254,77,122); }
H1.HeaderClassName
{
color: #FE4D7A;
}
.AnyTagClassName
{
color: #FE4D7A;
}
</style>
background-color css
<style>
a { background-color: #FE4D7A; }
a { background-color: rgb(254,77,122); }
div.DivClassName
{
background-color: #FE4D7A;
}
.BgClassName
{
background-color: #FE4D7A;
}
</style>
border-color css
<style>
span { border-color: #FE4D7A; }
span { border-color: rgb(254,77,122); }
td.TdClassName
{
border-color: #FE4D7A;
}
.TagClassName
{
border-color: #FE4D7A;
}
</style>