Shades of Wild Watermelon #FF547D
Tints of Wild Watermelon #FF547D
RGB
CMYK
RGB Variations
Color information
#FF547D (or 0xFF547D) is known color: Wild Watermelon. HEX triplet: FF, 54 and 7D. RGB value is (255,84,125). Sum of RGB (Red+Green+Blue) = 255+84+125=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF547D is #00AB82. Grayscale: #8B8B8B. Windows color (decimal): -43907 or 8213759. OLE color: 8213759.
HSL color Cylindrical-coordinate representation of color #FF547D: hue angle of 345.61º 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 #FF547D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 125 | - |
| CMYK | 0 | 0.67 | 0.51 | 0 |
| HSL | 345.61º | 1% | 0.66% | - |
| HSV(B) | 345.61º | 0.67% | 1% | - |
| XYZ | 48.11 | 29.08 | 22.48 | - |
| YUV | 139.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 125 | 0 | 0.67 | 0.51 | 0 | 345.61 | 1 | 0.66 |
| Hex | FF | 54 | 7D | 0 | 43 | 33 | 0 | 15A | 64 | 42 |
| Octal | 377 | 124 | 175 | 0 | 103 | 63 | 0 | 532 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1111101 | 0 | 1000011 | 110011 | 0 | 101011010 | 1100100 | 1000010 |
Color Harmonies of #FF547D
Complementary color
Monochromatic Colors of #FF547D
Black with #FF547D
Text Example
Text Example
White with #FF547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF547D; }
p { color: rgb(255,84,125); }
H1.HeaderClassName
{
color: #FF547D;
}
.AnyTagClassName
{
color: #FF547D;
}
</style>
background-color css
<style>
a { background-color: #FF547D; }
a { background-color: rgb(255,84,125); }
div.DivClassName
{
background-color: #FF547D;
}
.BgClassName
{
background-color: #FF547D;
}
</style>
border-color css
<style>
span { border-color: #FF547D; }
span { border-color: rgb(255,84,125); }
td.TdClassName
{
border-color: #FF547D;
}
.TagClassName
{
border-color: #FF547D;
}
</style>