Shades of Wild Watermelon #FE5062
Tints of Wild Watermelon #FE5062
RGB
CMYK
RGB Variations
Color information
#FE5062 (or 0xFE5062) is known color: Wild Watermelon. HEX triplet: FE, 50 and 62. RGB value is (254,80,98). Sum of RGB (Red+Green+Blue) = 254+80+98=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5062 is #01AF9D. Grayscale: #868686. Windows color (decimal): -110494 or 6443262. OLE color: 6443262.
HSL color Cylindrical-coordinate representation of color #FE5062: hue angle of 353.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5062 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 98 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.00 |
| HSL | 353.79º | 0.99% | 0.65% | - |
| HSV(B) | 353.79º | 0.69% | 1% | - |
| XYZ | 45.95 | 27.69 | 14.48 | - |
| YUV | 134.08 | 107.65 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 98 | 0 | 0.69 | 0.61 | 0.00 | 353.79 | 0.99 | 0.65 |
| Hex | FE | 50 | 62 | 0 | 45 | 3D | 0 | 162 | 63 | 41 |
| Octal | 376 | 120 | 142 | 0 | 105 | 75 | 0 | 542 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1100010 | 0 | 1000101 | 111101 | 0 | 101100010 | 1100011 | 1000001 |
Color Harmonies of #FE5062
Complementary color
Monochromatic Colors of #FE5062
Black with #FE5062
Text Example
Text Example
White with #FE5062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5062; }
p { color: rgb(254,80,98); }
H1.HeaderClassName
{
color: #FE5062;
}
.AnyTagClassName
{
color: #FE5062;
}
</style>
background-color css
<style>
a { background-color: #FE5062; }
a { background-color: rgb(254,80,98); }
div.DivClassName
{
background-color: #FE5062;
}
.BgClassName
{
background-color: #FE5062;
}
</style>
border-color css
<style>
span { border-color: #FE5062; }
span { border-color: rgb(254,80,98); }
td.TdClassName
{
border-color: #FE5062;
}
.TagClassName
{
border-color: #FE5062;
}
</style>