Shades of Wild Watermelon #FE5162
Tints of Wild Watermelon #FE5162
RGB
CMYK
RGB Variations
Color information
#FE5162 (or 0xFE5162) is known color: Wild Watermelon. HEX triplet: FE, 51 and 62. RGB value is (254,81,98). Sum of RGB (Red+Green+Blue) = 254+81+98=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5162 is #01AE9D. Grayscale: #868686. Windows color (decimal): -110238 or 6443518. OLE color: 6443518.
HSL color Cylindrical-coordinate representation of color #FE5162: hue angle of 354.1º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5162 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 98 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.00 |
| HSL | 354.1º | 0.99% | 0.66% | - |
| HSV(B) | 354.1º | 0.68% | 1% | - |
| XYZ | 46.02 | 27.84 | 14.5 | - |
| YUV | 134.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 98 | 0 | 0.68 | 0.61 | 0.00 | 354.1 | 0.99 | 0.66 |
| Hex | FE | 51 | 62 | 0 | 44 | 3D | 0 | 162 | 63 | 42 |
| Octal | 376 | 121 | 142 | 0 | 104 | 75 | 0 | 542 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1100010 | 0 | 1000100 | 111101 | 0 | 101100010 | 1100011 | 1000010 |
Color Harmonies of #FE5162
Complementary color
Monochromatic Colors of #FE5162
Black with #FE5162
Text Example
Text Example
White with #FE5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5162; }
p { color: rgb(254,81,98); }
H1.HeaderClassName
{
color: #FE5162;
}
.AnyTagClassName
{
color: #FE5162;
}
</style>
background-color css
<style>
a { background-color: #FE5162; }
a { background-color: rgb(254,81,98); }
div.DivClassName
{
background-color: #FE5162;
}
.BgClassName
{
background-color: #FE5162;
}
</style>
border-color css
<style>
span { border-color: #FE5162; }
span { border-color: rgb(254,81,98); }
td.TdClassName
{
border-color: #FE5162;
}
.TagClassName
{
border-color: #FE5162;
}
</style>