Shades of Wild Watermelon #FE5860
Tints of Wild Watermelon #FE5860
RGB
CMYK
RGB Variations
Color information
#FE5860 (or 0xFE5860) is known color: Wild Watermelon. HEX triplet: FE, 58 and 60. RGB value is (254,88,96). Sum of RGB (Red+Green+Blue) = 254+88+96=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5860 is #01A79F. Grayscale: #8A8A8A. Windows color (decimal): -108448 or 6314238. OLE color: 6314238.
HSL color Cylindrical-coordinate representation of color #FE5860: hue angle of 357.11º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5860 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 96 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.00 |
| HSL | 357.11º | 0.99% | 0.67% | - |
| HSV(B) | 357.11º | 0.65% | 1% | - |
| XYZ | 46.47 | 28.89 | 14.19 | - |
| YUV | 138.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 96 | 0 | 0.65 | 0.62 | 0.00 | 357.11 | 0.99 | 0.67 |
| Hex | FE | 58 | 60 | 0 | 41 | 3E | 0 | 165 | 63 | 43 |
| Octal | 376 | 130 | 140 | 0 | 101 | 76 | 0 | 545 | 143 | 103 |
| Binary | 11111110 | 1011000 | 1100000 | 0 | 1000001 | 111110 | 0 | 101100101 | 1100011 | 1000011 |
Color Harmonies of #FE5860
Complementary color
Monochromatic Colors of #FE5860
Black with #FE5860
Text Example
Text Example
White with #FE5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5860; }
p { color: rgb(254,88,96); }
H1.HeaderClassName
{
color: #FE5860;
}
.AnyTagClassName
{
color: #FE5860;
}
</style>
background-color css
<style>
a { background-color: #FE5860; }
a { background-color: rgb(254,88,96); }
div.DivClassName
{
background-color: #FE5860;
}
.BgClassName
{
background-color: #FE5860;
}
</style>
border-color css
<style>
span { border-color: #FE5860; }
span { border-color: rgb(254,88,96); }
td.TdClassName
{
border-color: #FE5860;
}
.TagClassName
{
border-color: #FE5860;
}
</style>