Shades of Wild Watermelon #FE577D
Tints of Wild Watermelon #FE577D
RGB
CMYK
RGB Variations
Color information
#FE577D (or 0xFE577D) is known color: Wild Watermelon. HEX triplet: FE, 57 and 7D. RGB value is (254,87,125). Sum of RGB (Red+Green+Blue) = 254+87+125=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE577D is #01A882. Grayscale: #8D8D8D. Windows color (decimal): -108675 or 8214526. OLE color: 8214526.
HSL color Cylindrical-coordinate representation of color #FE577D: hue angle of 346.35º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE577D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 125 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.00 |
| HSL | 346.35º | 0.99% | 0.67% | - |
| HSV(B) | 346.35º | 0.66% | 1% | - |
| XYZ | 47.98 | 29.37 | 22.54 | - |
| YUV | 141.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 125 | 0 | 0.66 | 0.51 | 0.00 | 346.35 | 0.99 | 0.67 |
| Hex | FE | 57 | 7D | 0 | 42 | 33 | 0 | 15A | 63 | 43 |
| Octal | 376 | 127 | 175 | 0 | 102 | 63 | 0 | 532 | 143 | 103 |
| Binary | 11111110 | 1010111 | 1111101 | 0 | 1000010 | 110011 | 0 | 101011010 | 1100011 | 1000011 |
Color Harmonies of #FE577D
Complementary color
Monochromatic Colors of #FE577D
Black with #FE577D
Text Example
Text Example
White with #FE577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE577D; }
p { color: rgb(254,87,125); }
H1.HeaderClassName
{
color: #FE577D;
}
.AnyTagClassName
{
color: #FE577D;
}
</style>
background-color css
<style>
a { background-color: #FE577D; }
a { background-color: rgb(254,87,125); }
div.DivClassName
{
background-color: #FE577D;
}
.BgClassName
{
background-color: #FE577D;
}
</style>
border-color css
<style>
span { border-color: #FE577D; }
span { border-color: rgb(254,87,125); }
td.TdClassName
{
border-color: #FE577D;
}
.TagClassName
{
border-color: #FE577D;
}
</style>