Shades of Wild Watermelon #FF486E
Tints of Wild Watermelon #FF486E
RGB
CMYK
RGB Variations
Color information
#FF486E (or 0xFF486E) is known color: Wild Watermelon. HEX triplet: FF, 48 and 6E. RGB value is (255,72,110). Sum of RGB (Red+Green+Blue) = 255+72+110=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF486E is #00B791. Grayscale: #838383. Windows color (decimal): -46994 or 7227647. OLE color: 7227647.
HSL color Cylindrical-coordinate representation of color #FF486E: hue angle of 347.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF486E is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 110 | - |
| CMYK | 0 | 0.72 | 0.57 | 0 |
| HSL | 347.54º | 1% | 0.64% | - |
| HSV(B) | 347.54º | 0.72% | 1% | - |
| XYZ | 46.37 | 27.02 | 17.52 | - |
| YUV | 131.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 110 | 0 | 0.72 | 0.57 | 0 | 347.54 | 1 | 0.64 |
| Hex | FF | 48 | 6E | 0 | 48 | 39 | 0 | 15C | 64 | 40 |
| Octal | 377 | 110 | 156 | 0 | 110 | 71 | 0 | 534 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1101110 | 0 | 1001000 | 111001 | 0 | 101011100 | 1100100 | 1000000 |
Color Harmonies of #FF486E
Complementary color
Monochromatic Colors of #FF486E
Black with #FF486E
Text Example
Text Example
White with #FF486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF486E; }
p { color: rgb(255,72,110); }
H1.HeaderClassName
{
color: #FF486E;
}
.AnyTagClassName
{
color: #FF486E;
}
</style>
background-color css
<style>
a { background-color: #FF486E; }
a { background-color: rgb(255,72,110); }
div.DivClassName
{
background-color: #FF486E;
}
.BgClassName
{
background-color: #FF486E;
}
</style>
border-color css
<style>
span { border-color: #FF486E; }
span { border-color: rgb(255,72,110); }
td.TdClassName
{
border-color: #FF486E;
}
.TagClassName
{
border-color: #FF486E;
}
</style>