Shades of Wild Watermelon #FF546B
Tints of Wild Watermelon #FF546B
RGB
CMYK
RGB Variations
Color information
#FF546B (or 0xFF546B) is known color: Wild Watermelon. HEX triplet: FF, 54 and 6B. RGB value is (255,84,107). Sum of RGB (Red+Green+Blue) = 255+84+107=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF546B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF546B is #00AB94. Grayscale: #898989. Windows color (decimal): -43925 or 7034111. OLE color: 7034111.
HSL color Cylindrical-coordinate representation of color #FF546B: hue angle of 351.93º 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 #FF546B is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 107 | - |
| CMYK | 0 | 0.67 | 0.58 | 0 |
| HSL | 351.93º | 1% | 0.66% | - |
| HSV(B) | 351.93º | 0.67% | 1% | - |
| XYZ | 47.06 | 28.66 | 16.96 | - |
| YUV | 137.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 107 | 0 | 0.67 | 0.58 | 0 | 351.93 | 1 | 0.66 |
| Hex | FF | 54 | 6B | 0 | 43 | 3A | 0 | 160 | 64 | 42 |
| Octal | 377 | 124 | 153 | 0 | 103 | 72 | 0 | 540 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1101011 | 0 | 1000011 | 111010 | 0 | 101100000 | 1100100 | 1000010 |
Color Harmonies of #FF546B
Complementary color
Monochromatic Colors of #FF546B
Black with #FF546B
Text Example
Text Example
White with #FF546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF546B; }
p { color: rgb(255,84,107); }
H1.HeaderClassName
{
color: #FF546B;
}
.AnyTagClassName
{
color: #FF546B;
}
</style>
background-color css
<style>
a { background-color: #FF546B; }
a { background-color: rgb(255,84,107); }
div.DivClassName
{
background-color: #FF546B;
}
.BgClassName
{
background-color: #FF546B;
}
</style>
border-color css
<style>
span { border-color: #FF546B; }
span { border-color: rgb(255,84,107); }
td.TdClassName
{
border-color: #FF546B;
}
.TagClassName
{
border-color: #FF546B;
}
</style>