Shades of Wild Watermelon #FE5377
Tints of Wild Watermelon #FE5377
RGB
CMYK
RGB Variations
Color information
#FE5377 (or 0xFE5377) is known color: Wild Watermelon. HEX triplet: FE, 53 and 77. RGB value is (254,83,119). Sum of RGB (Red+Green+Blue) = 254+83+119=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5377 is #01AC88. Grayscale: #8A8A8A. Windows color (decimal): -109705 or 7820286. OLE color: 7820286.
HSL color Cylindrical-coordinate representation of color #FE5377: hue angle of 347.37º 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 #FE5377 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 119 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.00 |
| HSL | 347.37º | 0.99% | 0.66% | - |
| HSV(B) | 347.37º | 0.67% | 1% | - |
| XYZ | 47.3 | 28.59 | 20.48 | - |
| YUV | 138.23 | 117.15 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 119 | 0 | 0.67 | 0.53 | 0.00 | 347.37 | 0.99 | 0.66 |
| Hex | FE | 53 | 77 | 0 | 43 | 35 | 0 | 15B | 63 | 42 |
| Octal | 376 | 123 | 167 | 0 | 103 | 65 | 0 | 533 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1110111 | 0 | 1000011 | 110101 | 0 | 101011011 | 1100011 | 1000010 |
Color Harmonies of #FE5377
Complementary color
Monochromatic Colors of #FE5377
Black with #FE5377
Text Example
Text Example
White with #FE5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5377; }
p { color: rgb(254,83,119); }
H1.HeaderClassName
{
color: #FE5377;
}
.AnyTagClassName
{
color: #FE5377;
}
</style>
background-color css
<style>
a { background-color: #FE5377; }
a { background-color: rgb(254,83,119); }
div.DivClassName
{
background-color: #FE5377;
}
.BgClassName
{
background-color: #FE5377;
}
</style>
border-color css
<style>
span { border-color: #FE5377; }
span { border-color: rgb(254,83,119); }
td.TdClassName
{
border-color: #FE5377;
}
.TagClassName
{
border-color: #FE5377;
}
</style>