Shades of Wild Watermelon #FE5063
Tints of Wild Watermelon #FE5063
RGB
CMYK
RGB Variations
Color information
#FE5063 (or 0xFE5063) is known color: Wild Watermelon. HEX triplet: FE, 50 and 63. RGB value is (254,80,99). Sum of RGB (Red+Green+Blue) = 254+80+99=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5063 is #01AF9C. Grayscale: #868686. Windows color (decimal): -110493 or 6508798. OLE color: 6508798.
HSL color Cylindrical-coordinate representation of color #FE5063: hue angle of 353.45º 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 #FE5063 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 99 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.00 |
| HSL | 353.45º | 0.99% | 0.65% | - |
| HSV(B) | 353.45º | 0.69% | 1% | - |
| XYZ | 45.99 | 27.71 | 14.73 | - |
| YUV | 134.19 | 108.15 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 99 | 0 | 0.69 | 0.61 | 0.00 | 353.45 | 0.99 | 0.65 |
| Hex | FE | 50 | 63 | 0 | 45 | 3D | 0 | 161 | 63 | 41 |
| Octal | 376 | 120 | 143 | 0 | 105 | 75 | 0 | 541 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1100011 | 0 | 1000101 | 111101 | 0 | 101100001 | 1100011 | 1000001 |
Color Harmonies of #FE5063
Complementary color
Monochromatic Colors of #FE5063
Black with #FE5063
Text Example
Text Example
White with #FE5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5063; }
p { color: rgb(254,80,99); }
H1.HeaderClassName
{
color: #FE5063;
}
.AnyTagClassName
{
color: #FE5063;
}
</style>
background-color css
<style>
a { background-color: #FE5063; }
a { background-color: rgb(254,80,99); }
div.DivClassName
{
background-color: #FE5063;
}
.BgClassName
{
background-color: #FE5063;
}
</style>
border-color css
<style>
span { border-color: #FE5063; }
span { border-color: rgb(254,80,99); }
td.TdClassName
{
border-color: #FE5063;
}
.TagClassName
{
border-color: #FE5063;
}
</style>