Shades of Wild Watermelon #FE4A76
Tints of Wild Watermelon #FE4A76
RGB
CMYK
RGB Variations
Color information
#FE4A76 (or 0xFE4A76) is known color: Wild Watermelon. HEX triplet: FE, 4A and 76. RGB value is (254,74,118). Sum of RGB (Red+Green+Blue) = 254+74+118=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4A76 is #01B589. Grayscale: #848484. Windows color (decimal): -112010 or 7752446. OLE color: 7752446.
HSL color Cylindrical-coordinate representation of color #FE4A76: hue angle of 345.33º 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 #FE4A76 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 118 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.00 |
| HSL | 345.33º | 0.99% | 0.64% | - |
| HSV(B) | 345.33º | 0.71% | 1% | - |
| XYZ | 46.59 | 27.28 | 19.95 | - |
| YUV | 132.84 | 119.63 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 118 | 0 | 0.71 | 0.54 | 0.00 | 345.33 | 0.99 | 0.64 |
| Hex | FE | 4A | 76 | 0 | 47 | 36 | 0 | 159 | 63 | 40 |
| Octal | 376 | 112 | 166 | 0 | 107 | 66 | 0 | 531 | 143 | 100 |
| Binary | 11111110 | 1001010 | 1110110 | 0 | 1000111 | 110110 | 0 | 101011001 | 1100011 | 1000000 |
Color Harmonies of #FE4A76
Complementary color
Monochromatic Colors of #FE4A76
Black with #FE4A76
Text Example
Text Example
White with #FE4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A76; }
p { color: rgb(254,74,118); }
H1.HeaderClassName
{
color: #FE4A76;
}
.AnyTagClassName
{
color: #FE4A76;
}
</style>
background-color css
<style>
a { background-color: #FE4A76; }
a { background-color: rgb(254,74,118); }
div.DivClassName
{
background-color: #FE4A76;
}
.BgClassName
{
background-color: #FE4A76;
}
</style>
border-color css
<style>
span { border-color: #FE4A76; }
span { border-color: rgb(254,74,118); }
td.TdClassName
{
border-color: #FE4A76;
}
.TagClassName
{
border-color: #FE4A76;
}
</style>