Shades of Wild Watermelon #FE5559
Tints of Wild Watermelon #FE5559
RGB
CMYK
RGB Variations
Color information
#FE5559 (or 0xFE5559) is known color: Wild Watermelon. HEX triplet: FE, 55 and 59. RGB value is (254,85,89). Sum of RGB (Red+Green+Blue) = 254+85+89=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5559 is #01AAA6. Grayscale: #888888. Windows color (decimal): -109223 or 5854718. OLE color: 5854718.
HSL color Cylindrical-coordinate representation of color #FE5559: hue angle of 358.58º 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 #FE5559 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 89 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.00 |
| HSL | 358.58º | 0.99% | 0.66% | - |
| HSV(B) | 358.58º | 0.67% | 1% | - |
| XYZ | 45.92 | 28.29 | 12.49 | - |
| YUV | 135.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 89 | 0 | 0.67 | 0.65 | 0.00 | 358.58 | 0.99 | 0.66 |
| Hex | FE | 55 | 59 | 0 | 43 | 41 | 0 | 167 | 63 | 42 |
| Octal | 376 | 125 | 131 | 0 | 103 | 101 | 0 | 547 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1011001 | 0 | 1000011 | 1000001 | 0 | 101100111 | 1100011 | 1000010 |
Color Harmonies of #FE5559
Complementary color
Monochromatic Colors of #FE5559
Black with #FE5559
Text Example
Text Example
White with #FE5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5559; }
p { color: rgb(254,85,89); }
H1.HeaderClassName
{
color: #FE5559;
}
.AnyTagClassName
{
color: #FE5559;
}
</style>
background-color css
<style>
a { background-color: #FE5559; }
a { background-color: rgb(254,85,89); }
div.DivClassName
{
background-color: #FE5559;
}
.BgClassName
{
background-color: #FE5559;
}
</style>
border-color css
<style>
span { border-color: #FE5559; }
span { border-color: rgb(254,85,89); }
td.TdClassName
{
border-color: #FE5559;
}
.TagClassName
{
border-color: #FE5559;
}
</style>