Shades of Wild Watermelon #FF547E
Tints of Wild Watermelon #FF547E
RGB
CMYK
RGB Variations
Color information
#FF547E (or 0xFF547E) is known color: Wild Watermelon. HEX triplet: FF, 54 and 7E. RGB value is (255,84,126). Sum of RGB (Red+Green+Blue) = 255+84+126=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF547E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF547E is #00AB81. Grayscale: #8B8B8B. Windows color (decimal): -43906 or 8279295. OLE color: 8279295.
HSL color Cylindrical-coordinate representation of color #FF547E: hue angle of 345.26º 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 #FF547E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 126 | - |
| CMYK | 0 | 0.67 | 0.51 | 0 |
| HSL | 345.26º | 1% | 0.66% | - |
| HSV(B) | 345.26º | 0.67% | 1% | - |
| XYZ | 48.18 | 29.11 | 22.82 | - |
| YUV | 139.92 | 120.15 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 126 | 0 | 0.67 | 0.51 | 0 | 345.26 | 1 | 0.66 |
| Hex | FF | 54 | 7E | 0 | 43 | 33 | 0 | 159 | 64 | 42 |
| Octal | 377 | 124 | 176 | 0 | 103 | 63 | 0 | 531 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1111110 | 0 | 1000011 | 110011 | 0 | 101011001 | 1100100 | 1000010 |
Color Harmonies of #FF547E
Complementary color
Monochromatic Colors of #FF547E
Black with #FF547E
Text Example
Text Example
White with #FF547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF547E; }
p { color: rgb(255,84,126); }
H1.HeaderClassName
{
color: #FF547E;
}
.AnyTagClassName
{
color: #FF547E;
}
</style>
background-color css
<style>
a { background-color: #FF547E; }
a { background-color: rgb(255,84,126); }
div.DivClassName
{
background-color: #FF547E;
}
.BgClassName
{
background-color: #FF547E;
}
</style>
border-color css
<style>
span { border-color: #FF547E; }
span { border-color: rgb(255,84,126); }
td.TdClassName
{
border-color: #FF547E;
}
.TagClassName
{
border-color: #FF547E;
}
</style>