Shades of Wild Watermelon #FF546C
Tints of Wild Watermelon #FF546C
RGB
CMYK
RGB Variations
Color information
#FF546C (or 0xFF546C) is known color: Wild Watermelon. HEX triplet: FF, 54 and 6C. RGB value is (255,84,108). Sum of RGB (Red+Green+Blue) = 255+84+108=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF546C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF546C is #00AB93. Grayscale: #898989. Windows color (decimal): -43924 or 7099647. OLE color: 7099647.
HSL color Cylindrical-coordinate representation of color #FF546C: hue angle of 351.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF546C is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 108 | - |
| CMYK | 0 | 0.67 | 0.58 | 0 |
| HSL | 351.58º | 1% | 0.66% | - |
| HSV(B) | 351.58º | 0.67% | 1% | - |
| XYZ | 47.12 | 28.68 | 17.24 | - |
| YUV | 137.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 108 | 0 | 0.67 | 0.58 | 0 | 351.58 | 1 | 0.66 |
| Hex | FF | 54 | 6C | 0 | 43 | 3A | 0 | 160 | 64 | 42 |
| Octal | 377 | 124 | 154 | 0 | 103 | 72 | 0 | 540 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1101100 | 0 | 1000011 | 111010 | 0 | 101100000 | 1100100 | 1000010 |
Color Harmonies of #FF546C
Complementary color
Monochromatic Colors of #FF546C
Black with #FF546C
Text Example
Text Example
White with #FF546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF546C; }
p { color: rgb(255,84,108); }
H1.HeaderClassName
{
color: #FF546C;
}
.AnyTagClassName
{
color: #FF546C;
}
</style>
background-color css
<style>
a { background-color: #FF546C; }
a { background-color: rgb(255,84,108); }
div.DivClassName
{
background-color: #FF546C;
}
.BgClassName
{
background-color: #FF546C;
}
</style>
border-color css
<style>
span { border-color: #FF546C; }
span { border-color: rgb(255,84,108); }
td.TdClassName
{
border-color: #FF546C;
}
.TagClassName
{
border-color: #FF546C;
}
</style>