Shades of Wild Watermelon #FF486C
Tints of Wild Watermelon #FF486C
RGB
CMYK
RGB Variations
Color information
#FF486C (or 0xFF486C) is known color: Wild Watermelon. HEX triplet: FF, 48 and 6C. RGB value is (255,72,108). Sum of RGB (Red+Green+Blue) = 255+72+108=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF486C is #00B793. Grayscale: #828282. Windows color (decimal): -46996 or 7096575. OLE color: 7096575.
HSL color Cylindrical-coordinate representation of color #FF486C: hue angle of 348.2º 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 #FF486C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 108 | - |
| CMYK | 0 | 0.72 | 0.58 | 0 |
| HSL | 348.2º | 1% | 0.64% | - |
| HSV(B) | 348.2º | 0.72% | 1% | - |
| XYZ | 46.26 | 26.98 | 16.96 | - |
| YUV | 130.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 108 | 0 | 0.72 | 0.58 | 0 | 348.2 | 1 | 0.64 |
| Hex | FF | 48 | 6C | 0 | 48 | 3A | 0 | 15C | 64 | 40 |
| Octal | 377 | 110 | 154 | 0 | 110 | 72 | 0 | 534 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1101100 | 0 | 1001000 | 111010 | 0 | 101011100 | 1100100 | 1000000 |
Color Harmonies of #FF486C
Complementary color
Monochromatic Colors of #FF486C
Black with #FF486C
Text Example
Text Example
White with #FF486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF486C; }
p { color: rgb(255,72,108); }
H1.HeaderClassName
{
color: #FF486C;
}
.AnyTagClassName
{
color: #FF486C;
}
</style>
background-color css
<style>
a { background-color: #FF486C; }
a { background-color: rgb(255,72,108); }
div.DivClassName
{
background-color: #FF486C;
}
.BgClassName
{
background-color: #FF486C;
}
</style>
border-color css
<style>
span { border-color: #FF486C; }
span { border-color: rgb(255,72,108); }
td.TdClassName
{
border-color: #FF486C;
}
.TagClassName
{
border-color: #FF486C;
}
</style>