Shades of Wild Watermelon #FE557D
Tints of Wild Watermelon #FE557D
RGB
CMYK
RGB Variations
Color information
#FE557D (or 0xFE557D) is known color: Wild Watermelon. HEX triplet: FE, 55 and 7D. RGB value is (254,85,125). Sum of RGB (Red+Green+Blue) = 254+85+125=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE557D is #01AA82. Grayscale: #8C8C8C. Windows color (decimal): -109187 or 8214014. OLE color: 8214014.
HSL color Cylindrical-coordinate representation of color #FE557D: hue angle of 345.8º 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 #FE557D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 125 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.00 |
| HSL | 345.8º | 0.99% | 0.66% | - |
| HSV(B) | 345.8º | 0.67% | 1% | - |
| XYZ | 47.82 | 29.05 | 22.49 | - |
| YUV | 140.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 125 | 0 | 0.67 | 0.51 | 0.00 | 345.8 | 0.99 | 0.66 |
| Hex | FE | 55 | 7D | 0 | 43 | 33 | 0 | 15A | 63 | 42 |
| Octal | 376 | 125 | 175 | 0 | 103 | 63 | 0 | 532 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1111101 | 0 | 1000011 | 110011 | 0 | 101011010 | 1100011 | 1000010 |
Color Harmonies of #FE557D
Complementary color
Monochromatic Colors of #FE557D
Black with #FE557D
Text Example
Text Example
White with #FE557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE557D; }
p { color: rgb(254,85,125); }
H1.HeaderClassName
{
color: #FE557D;
}
.AnyTagClassName
{
color: #FE557D;
}
</style>
background-color css
<style>
a { background-color: #FE557D; }
a { background-color: rgb(254,85,125); }
div.DivClassName
{
background-color: #FE557D;
}
.BgClassName
{
background-color: #FE557D;
}
</style>
border-color css
<style>
span { border-color: #FE557D; }
span { border-color: rgb(254,85,125); }
td.TdClassName
{
border-color: #FE557D;
}
.TagClassName
{
border-color: #FE557D;
}
</style>