Shades of Wild Watermelon #FE6077
Tints of Wild Watermelon #FE6077
RGB
CMYK
RGB Variations
Color information
#FE6077 (or 0xFE6077) is known color: Wild Watermelon. HEX triplet: FE, 60 and 77. RGB value is (254,96,119). Sum of RGB (Red+Green+Blue) = 254+96+119=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6077 is #019F88. Grayscale: #919191. Windows color (decimal): -106377 or 7823614. OLE color: 7823614.
HSL color Cylindrical-coordinate representation of color #FE6077: hue angle of 351.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE6077 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 119 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.00 |
| HSL | 351.27º | 0.99% | 0.69% | - |
| HSV(B) | 351.27º | 0.62% | 1% | - |
| XYZ | 48.39 | 30.77 | 20.84 | - |
| YUV | 145.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 119 | 0 | 0.62 | 0.53 | 0.00 | 351.27 | 0.99 | 0.69 |
| Hex | FE | 60 | 77 | 0 | 3E | 35 | 0 | 15F | 63 | 45 |
| Octal | 376 | 140 | 167 | 0 | 76 | 65 | 0 | 537 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1110111 | 0 | 111110 | 110101 | 0 | 101011111 | 1100011 | 1000101 |
Color Harmonies of #FE6077
Complementary color
Monochromatic Colors of #FE6077
Black with #FE6077
Text Example
Text Example
White with #FE6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6077; }
p { color: rgb(254,96,119); }
H1.HeaderClassName
{
color: #FE6077;
}
.AnyTagClassName
{
color: #FE6077;
}
</style>
background-color css
<style>
a { background-color: #FE6077; }
a { background-color: rgb(254,96,119); }
div.DivClassName
{
background-color: #FE6077;
}
.BgClassName
{
background-color: #FE6077;
}
</style>
border-color css
<style>
span { border-color: #FE6077; }
span { border-color: rgb(254,96,119); }
td.TdClassName
{
border-color: #FE6077;
}
.TagClassName
{
border-color: #FE6077;
}
</style>