Shades of Wild Watermelon #FE5560
Tints of Wild Watermelon #FE5560
RGB
CMYK
RGB Variations
Color information
#FE5560 (or 0xFE5560) is known color: Wild Watermelon. HEX triplet: FE, 55 and 60. RGB value is (254,85,96). Sum of RGB (Red+Green+Blue) = 254+85+96=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5560 is #01AA9F. Grayscale: #888888. Windows color (decimal): -109216 or 6313470. OLE color: 6313470.
HSL color Cylindrical-coordinate representation of color #FE5560: hue angle of 356.09º 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 #FE5560 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 96 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.00 |
| HSL | 356.09º | 0.99% | 0.66% | - |
| HSV(B) | 356.09º | 0.67% | 1% | - |
| XYZ | 46.23 | 28.41 | 14.11 | - |
| YUV | 136.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 96 | 0 | 0.67 | 0.62 | 0.00 | 356.09 | 0.99 | 0.66 |
| Hex | FE | 55 | 60 | 0 | 43 | 3E | 0 | 164 | 63 | 42 |
| Octal | 376 | 125 | 140 | 0 | 103 | 76 | 0 | 544 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1100000 | 0 | 1000011 | 111110 | 0 | 101100100 | 1100011 | 1000010 |
Color Harmonies of #FE5560
Complementary color
Monochromatic Colors of #FE5560
Black with #FE5560
Text Example
Text Example
White with #FE5560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5560; }
p { color: rgb(254,85,96); }
H1.HeaderClassName
{
color: #FE5560;
}
.AnyTagClassName
{
color: #FE5560;
}
</style>
background-color css
<style>
a { background-color: #FE5560; }
a { background-color: rgb(254,85,96); }
div.DivClassName
{
background-color: #FE5560;
}
.BgClassName
{
background-color: #FE5560;
}
</style>
border-color css
<style>
span { border-color: #FE5560; }
span { border-color: rgb(254,85,96); }
td.TdClassName
{
border-color: #FE5560;
}
.TagClassName
{
border-color: #FE5560;
}
</style>