Shades of Wild Watermelon #FE5477
Tints of Wild Watermelon #FE5477
RGB
CMYK
RGB Variations
Color information
#FE5477 (or 0xFE5477) is known color: Wild Watermelon. HEX triplet: FE, 54 and 77. RGB value is (254,84,119). Sum of RGB (Red+Green+Blue) = 254+84+119=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5477 is #01AB88. Grayscale: #8A8A8A. Windows color (decimal): -109449 or 7820542. OLE color: 7820542.
HSL color Cylindrical-coordinate representation of color #FE5477: hue angle of 347.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5477 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 119 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.00 |
| HSL | 347.65º | 0.99% | 0.66% | - |
| HSV(B) | 347.65º | 0.67% | 1% | - |
| XYZ | 47.37 | 28.74 | 20.5 | - |
| YUV | 138.82 | 116.82 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 119 | 0 | 0.67 | 0.53 | 0.00 | 347.65 | 0.99 | 0.66 |
| Hex | FE | 54 | 77 | 0 | 43 | 35 | 0 | 15C | 63 | 42 |
| Octal | 376 | 124 | 167 | 0 | 103 | 65 | 0 | 534 | 143 | 102 |
| Binary | 11111110 | 1010100 | 1110111 | 0 | 1000011 | 110101 | 0 | 101011100 | 1100011 | 1000010 |
Color Harmonies of #FE5477
Complementary color
Monochromatic Colors of #FE5477
Black with #FE5477
Text Example
Text Example
White with #FE5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5477; }
p { color: rgb(254,84,119); }
H1.HeaderClassName
{
color: #FE5477;
}
.AnyTagClassName
{
color: #FE5477;
}
</style>
background-color css
<style>
a { background-color: #FE5477; }
a { background-color: rgb(254,84,119); }
div.DivClassName
{
background-color: #FE5477;
}
.BgClassName
{
background-color: #FE5477;
}
</style>
border-color css
<style>
span { border-color: #FE5477; }
span { border-color: rgb(254,84,119); }
td.TdClassName
{
border-color: #FE5477;
}
.TagClassName
{
border-color: #FE5477;
}
</style>