Shades of Wild Watermelon #FE486E
Tints of Wild Watermelon #FE486E
RGB
CMYK
RGB Variations
Color information
#FE486E (or 0xFE486E) is known color: Wild Watermelon. HEX triplet: FE, 48 and 6E. RGB value is (254,72,110). Sum of RGB (Red+Green+Blue) = 254+72+110=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE486E is #01B791. Grayscale: #828282. Windows color (decimal): -112530 or 7227646. OLE color: 7227646.
HSL color Cylindrical-coordinate representation of color #FE486E: hue angle of 347.47º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE486E is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 110 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.00 |
| HSL | 347.47º | 0.99% | 0.64% | - |
| HSV(B) | 347.47º | 0.72% | 1% | - |
| XYZ | 46 | 26.83 | 17.51 | - |
| YUV | 130.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 110 | 0 | 0.72 | 0.57 | 0.00 | 347.47 | 0.99 | 0.64 |
| Hex | FE | 48 | 6E | 0 | 48 | 39 | 0 | 15B | 63 | 40 |
| Octal | 376 | 110 | 156 | 0 | 110 | 71 | 0 | 533 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1101110 | 0 | 1001000 | 111001 | 0 | 101011011 | 1100011 | 1000000 |
Color Harmonies of #FE486E
Complementary color
Monochromatic Colors of #FE486E
Black with #FE486E
Text Example
Text Example
White with #FE486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE486E; }
p { color: rgb(254,72,110); }
H1.HeaderClassName
{
color: #FE486E;
}
.AnyTagClassName
{
color: #FE486E;
}
</style>
background-color css
<style>
a { background-color: #FE486E; }
a { background-color: rgb(254,72,110); }
div.DivClassName
{
background-color: #FE486E;
}
.BgClassName
{
background-color: #FE486E;
}
</style>
border-color css
<style>
span { border-color: #FE486E; }
span { border-color: rgb(254,72,110); }
td.TdClassName
{
border-color: #FE486E;
}
.TagClassName
{
border-color: #FE486E;
}
</style>