Shades of Wild Watermelon #FE536E
Tints of Wild Watermelon #FE536E
RGB
CMYK
RGB Variations
Color information
#FE536E (or 0xFE536E) is known color: Wild Watermelon. HEX triplet: FE, 53 and 6E. RGB value is (254,83,110). Sum of RGB (Red+Green+Blue) = 254+83+110=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE536E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE536E is #01AC91. Grayscale: #898989. Windows color (decimal): -109714 or 7230462. OLE color: 7230462.
HSL color Cylindrical-coordinate representation of color #FE536E: hue angle of 350.53º 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 #FE536E is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 110 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.00 |
| HSL | 350.53º | 0.99% | 0.66% | - |
| HSV(B) | 350.53º | 0.67% | 1% | - |
| XYZ | 46.78 | 28.38 | 17.76 | - |
| YUV | 137.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 110 | 0 | 0.67 | 0.57 | 0.00 | 350.53 | 0.99 | 0.66 |
| Hex | FE | 53 | 6E | 0 | 43 | 39 | 0 | 15F | 63 | 42 |
| Octal | 376 | 123 | 156 | 0 | 103 | 71 | 0 | 537 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1101110 | 0 | 1000011 | 111001 | 0 | 101011111 | 1100011 | 1000010 |
Color Harmonies of #FE536E
Complementary color
Monochromatic Colors of #FE536E
Black with #FE536E
Text Example
Text Example
White with #FE536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE536E; }
p { color: rgb(254,83,110); }
H1.HeaderClassName
{
color: #FE536E;
}
.AnyTagClassName
{
color: #FE536E;
}
</style>
background-color css
<style>
a { background-color: #FE536E; }
a { background-color: rgb(254,83,110); }
div.DivClassName
{
background-color: #FE536E;
}
.BgClassName
{
background-color: #FE536E;
}
</style>
border-color css
<style>
span { border-color: #FE536E; }
span { border-color: rgb(254,83,110); }
td.TdClassName
{
border-color: #FE536E;
}
.TagClassName
{
border-color: #FE536E;
}
</style>