Shades of Wild Watermelon #FE537F
Tints of Wild Watermelon #FE537F
RGB
CMYK
RGB Variations
Color information
#FE537F (or 0xFE537F) is known color: Wild Watermelon. HEX triplet: FE, 53 and 7F. RGB value is (254,83,127). Sum of RGB (Red+Green+Blue) = 254+83+127=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE537F is #01AC80. Grayscale: #8B8B8B. Windows color (decimal): -109697 or 8344574. OLE color: 8344574.
HSL color Cylindrical-coordinate representation of color #FE537F: hue angle of 344.56º 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 #FE537F is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 127 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.00 |
| HSL | 344.56º | 0.99% | 0.66% | - |
| HSV(B) | 344.56º | 0.67% | 1% | - |
| XYZ | 47.8 | 28.79 | 23.12 | - |
| YUV | 139.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 127 | 0 | 0.67 | 0.50 | 0.00 | 344.56 | 0.99 | 0.66 |
| Hex | FE | 53 | 7F | 0 | 43 | 32 | 0 | 159 | 63 | 42 |
| Octal | 376 | 123 | 177 | 0 | 103 | 62 | 0 | 531 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1111111 | 0 | 1000011 | 110010 | 0 | 101011001 | 1100011 | 1000010 |
Color Harmonies of #FE537F
Complementary color
Monochromatic Colors of #FE537F
Black with #FE537F
Text Example
Text Example
White with #FE537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE537F; }
p { color: rgb(254,83,127); }
H1.HeaderClassName
{
color: #FE537F;
}
.AnyTagClassName
{
color: #FE537F;
}
</style>
background-color css
<style>
a { background-color: #FE537F; }
a { background-color: rgb(254,83,127); }
div.DivClassName
{
background-color: #FE537F;
}
.BgClassName
{
background-color: #FE537F;
}
</style>
border-color css
<style>
span { border-color: #FE537F; }
span { border-color: rgb(254,83,127); }
td.TdClassName
{
border-color: #FE537F;
}
.TagClassName
{
border-color: #FE537F;
}
</style>