Shades of Wild Watermelon #FE5760
Tints of Wild Watermelon #FE5760
RGB
CMYK
RGB Variations
Color information
#FE5760 (or 0xFE5760) is known color: Wild Watermelon. HEX triplet: FE, 57 and 60. RGB value is (254,87,96). Sum of RGB (Red+Green+Blue) = 254+87+96=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5760 is #01A89F. Grayscale: #8A8A8A. Windows color (decimal): -108704 or 6313982. OLE color: 6313982.
HSL color Cylindrical-coordinate representation of color #FE5760: hue angle of 356.77º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5760 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 96 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.00 |
| HSL | 356.77º | 0.99% | 0.67% | - |
| HSV(B) | 356.77º | 0.66% | 1% | - |
| XYZ | 46.39 | 28.73 | 14.17 | - |
| YUV | 137.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 96 | 0 | 0.66 | 0.62 | 0.00 | 356.77 | 0.99 | 0.67 |
| Hex | FE | 57 | 60 | 0 | 42 | 3E | 0 | 165 | 63 | 43 |
| Octal | 376 | 127 | 140 | 0 | 102 | 76 | 0 | 545 | 143 | 103 |
| Binary | 11111110 | 1010111 | 1100000 | 0 | 1000010 | 111110 | 0 | 101100101 | 1100011 | 1000011 |
Color Harmonies of #FE5760
Complementary color
Monochromatic Colors of #FE5760
Black with #FE5760
Text Example
Text Example
White with #FE5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5760; }
p { color: rgb(254,87,96); }
H1.HeaderClassName
{
color: #FE5760;
}
.AnyTagClassName
{
color: #FE5760;
}
</style>
background-color css
<style>
a { background-color: #FE5760; }
a { background-color: rgb(254,87,96); }
div.DivClassName
{
background-color: #FE5760;
}
.BgClassName
{
background-color: #FE5760;
}
</style>
border-color css
<style>
span { border-color: #FE5760; }
span { border-color: rgb(254,87,96); }
td.TdClassName
{
border-color: #FE5760;
}
.TagClassName
{
border-color: #FE5760;
}
</style>