Shades of Wild Watermelon #FE5577
Tints of Wild Watermelon #FE5577
RGB
CMYK
RGB Variations
Color information
#FE5577 (or 0xFE5577) is known color: Wild Watermelon. HEX triplet: FE, 55 and 77. RGB value is (254,85,119). Sum of RGB (Red+Green+Blue) = 254+85+119=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5577 is #01AA88. Grayscale: #8B8B8B. Windows color (decimal): -109193 or 7820798. OLE color: 7820798.
HSL color Cylindrical-coordinate representation of color #FE5577: hue angle of 347.93º 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 #FE5577 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 119 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.00 |
| HSL | 347.93º | 0.99% | 0.66% | - |
| HSV(B) | 347.93º | 0.67% | 1% | - |
| XYZ | 47.45 | 28.9 | 20.53 | - |
| YUV | 139.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 119 | 0 | 0.67 | 0.53 | 0.00 | 347.93 | 0.99 | 0.66 |
| Hex | FE | 55 | 77 | 0 | 43 | 35 | 0 | 15C | 63 | 42 |
| Octal | 376 | 125 | 167 | 0 | 103 | 65 | 0 | 534 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1110111 | 0 | 1000011 | 110101 | 0 | 101011100 | 1100011 | 1000010 |
Color Harmonies of #FE5577
Complementary color
Monochromatic Colors of #FE5577
Black with #FE5577
Text Example
Text Example
White with #FE5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5577; }
p { color: rgb(254,85,119); }
H1.HeaderClassName
{
color: #FE5577;
}
.AnyTagClassName
{
color: #FE5577;
}
</style>
background-color css
<style>
a { background-color: #FE5577; }
a { background-color: rgb(254,85,119); }
div.DivClassName
{
background-color: #FE5577;
}
.BgClassName
{
background-color: #FE5577;
}
</style>
border-color css
<style>
span { border-color: #FE5577; }
span { border-color: rgb(254,85,119); }
td.TdClassName
{
border-color: #FE5577;
}
.TagClassName
{
border-color: #FE5577;
}
</style>