Shades of Wild Watermelon #FE4A77
Tints of Wild Watermelon #FE4A77
RGB
CMYK
RGB Variations
Color information
#FE4A77 (or 0xFE4A77) is known color: Wild Watermelon. HEX triplet: FE, 4A and 77. RGB value is (254,74,119). Sum of RGB (Red+Green+Blue) = 254+74+119=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4A77 is #01B588. Grayscale: #848484. Windows color (decimal): -112009 or 7817982. OLE color: 7817982.
HSL color Cylindrical-coordinate representation of color #FE4A77: hue angle of 345º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4A77 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 119 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.00 |
| HSL | 345º | 0.99% | 0.64% | - |
| HSV(B) | 345º | 0.71% | 1% | - |
| XYZ | 46.65 | 27.3 | 20.26 | - |
| YUV | 132.95 | 120.13 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 119 | 0 | 0.71 | 0.53 | 0.00 | 345 | 0.99 | 0.64 |
| Hex | FE | 4A | 77 | 0 | 47 | 35 | 0 | 159 | 63 | 40 |
| Octal | 376 | 112 | 167 | 0 | 107 | 65 | 0 | 531 | 143 | 100 |
| Binary | 11111110 | 1001010 | 1110111 | 0 | 1000111 | 110101 | 0 | 101011001 | 1100011 | 1000000 |
Color Harmonies of #FE4A77
Complementary color
Monochromatic Colors of #FE4A77
Black with #FE4A77
Text Example
Text Example
White with #FE4A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A77; }
p { color: rgb(254,74,119); }
H1.HeaderClassName
{
color: #FE4A77;
}
.AnyTagClassName
{
color: #FE4A77;
}
</style>
background-color css
<style>
a { background-color: #FE4A77; }
a { background-color: rgb(254,74,119); }
div.DivClassName
{
background-color: #FE4A77;
}
.BgClassName
{
background-color: #FE4A77;
}
</style>
border-color css
<style>
span { border-color: #FE4A77; }
span { border-color: rgb(254,74,119); }
td.TdClassName
{
border-color: #FE4A77;
}
.TagClassName
{
border-color: #FE4A77;
}
</style>