Shades of Wild Watermelon #FE537C
Tints of Wild Watermelon #FE537C
RGB
CMYK
RGB Variations
Color information
#FE537C (or 0xFE537C) is known color: Wild Watermelon. HEX triplet: FE, 53 and 7C. RGB value is (254,83,124). Sum of RGB (Red+Green+Blue) = 254+83+124=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE537C is #01AC83. Grayscale: #8A8A8A. Windows color (decimal): -109700 or 8147966. OLE color: 8147966.
HSL color Cylindrical-coordinate representation of color #FE537C: hue angle of 345.61º 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 #FE537C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 124 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.00 |
| HSL | 345.61º | 0.99% | 0.66% | - |
| HSV(B) | 345.61º | 0.67% | 1% | - |
| XYZ | 47.6 | 28.71 | 22.1 | - |
| YUV | 138.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 124 | 0 | 0.67 | 0.51 | 0.00 | 345.61 | 0.99 | 0.66 |
| Hex | FE | 53 | 7C | 0 | 43 | 33 | 0 | 15A | 63 | 42 |
| Octal | 376 | 123 | 174 | 0 | 103 | 63 | 0 | 532 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1111100 | 0 | 1000011 | 110011 | 0 | 101011010 | 1100011 | 1000010 |
Color Harmonies of #FE537C
Complementary color
Monochromatic Colors of #FE537C
Black with #FE537C
Text Example
Text Example
White with #FE537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE537C; }
p { color: rgb(254,83,124); }
H1.HeaderClassName
{
color: #FE537C;
}
.AnyTagClassName
{
color: #FE537C;
}
</style>
background-color css
<style>
a { background-color: #FE537C; }
a { background-color: rgb(254,83,124); }
div.DivClassName
{
background-color: #FE537C;
}
.BgClassName
{
background-color: #FE537C;
}
</style>
border-color css
<style>
span { border-color: #FE537C; }
span { border-color: rgb(254,83,124); }
td.TdClassName
{
border-color: #FE537C;
}
.TagClassName
{
border-color: #FE537C;
}
</style>