Shades of Wild Watermelon #FF547B
Tints of Wild Watermelon #FF547B
RGB
CMYK
RGB Variations
Color information
#FF547B (or 0xFF547B) is known color: Wild Watermelon. HEX triplet: FF, 54 and 7B. RGB value is (255,84,123). Sum of RGB (Red+Green+Blue) = 255+84+123=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF547B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF547B is #00AB84. Grayscale: #8B8B8B. Windows color (decimal): -43909 or 8082687. OLE color: 8082687.
HSL color Cylindrical-coordinate representation of color #FF547B: hue angle of 346.32º 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 #FF547B is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 123 | - |
| CMYK | 0 | 0.67 | 0.52 | 0 |
| HSL | 346.32º | 1% | 0.66% | - |
| HSV(B) | 346.32º | 0.67% | 1% | - |
| XYZ | 47.99 | 29.03 | 21.81 | - |
| YUV | 139.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 123 | 0 | 0.67 | 0.52 | 0 | 346.32 | 1 | 0.66 |
| Hex | FF | 54 | 7B | 0 | 43 | 34 | 0 | 15A | 64 | 42 |
| Octal | 377 | 124 | 173 | 0 | 103 | 64 | 0 | 532 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1111011 | 0 | 1000011 | 110100 | 0 | 101011010 | 1100100 | 1000010 |
Color Harmonies of #FF547B
Complementary color
Monochromatic Colors of #FF547B
Black with #FF547B
Text Example
Text Example
White with #FF547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF547B; }
p { color: rgb(255,84,123); }
H1.HeaderClassName
{
color: #FF547B;
}
.AnyTagClassName
{
color: #FF547B;
}
</style>
background-color css
<style>
a { background-color: #FF547B; }
a { background-color: rgb(255,84,123); }
div.DivClassName
{
background-color: #FF547B;
}
.BgClassName
{
background-color: #FF547B;
}
</style>
border-color css
<style>
span { border-color: #FF547B; }
span { border-color: rgb(255,84,123); }
td.TdClassName
{
border-color: #FF547B;
}
.TagClassName
{
border-color: #FF547B;
}
</style>