Shades of Wild Watermelon #FE4D6A
Tints of Wild Watermelon #FE4D6A
RGB
CMYK
RGB Variations
Color information
#FE4D6A (or 0xFE4D6A) is known color: Wild Watermelon. HEX triplet: FE, 4D and 6A. RGB value is (254,77,106). Sum of RGB (Red+Green+Blue) = 254+77+106=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D6A is #01B295. Grayscale: #858585. Windows color (decimal): -111254 or 6966782. OLE color: 6966782.
HSL color Cylindrical-coordinate representation of color #FE4D6A: hue angle of 350.17º 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 #FE4D6A is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 106 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.00 |
| HSL | 350.17º | 0.99% | 0.65% | - |
| HSV(B) | 350.17º | 0.7% | 1% | - |
| XYZ | 46.13 | 27.42 | 16.5 | - |
| YUV | 133.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 106 | 0 | 0.70 | 0.58 | 0.00 | 350.17 | 0.99 | 0.65 |
| Hex | FE | 4D | 6A | 0 | 46 | 3A | 0 | 15E | 63 | 41 |
| Octal | 376 | 115 | 152 | 0 | 106 | 72 | 0 | 536 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1101010 | 0 | 1000110 | 111010 | 0 | 101011110 | 1100011 | 1000001 |
Color Harmonies of #FE4D6A
Complementary color
Monochromatic Colors of #FE4D6A
Black with #FE4D6A
Text Example
Text Example
White with #FE4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D6A; }
p { color: rgb(254,77,106); }
H1.HeaderClassName
{
color: #FE4D6A;
}
.AnyTagClassName
{
color: #FE4D6A;
}
</style>
background-color css
<style>
a { background-color: #FE4D6A; }
a { background-color: rgb(254,77,106); }
div.DivClassName
{
background-color: #FE4D6A;
}
.BgClassName
{
background-color: #FE4D6A;
}
</style>
border-color css
<style>
span { border-color: #FE4D6A; }
span { border-color: rgb(254,77,106); }
td.TdClassName
{
border-color: #FE4D6A;
}
.TagClassName
{
border-color: #FE4D6A;
}
</style>