Shades of Wild Watermelon #FF476D
Tints of Wild Watermelon #FF476D
RGB
CMYK
RGB Variations
Color information
#FF476D (or 0xFF476D) is known color: Wild Watermelon. HEX triplet: FF, 47 and 6D. RGB value is (255,71,109). Sum of RGB (Red+Green+Blue) = 255+71+109=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF476D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF476D is #00B892. Grayscale: #828282. Windows color (decimal): -47251 or 7161855. OLE color: 7161855.
HSL color Cylindrical-coordinate representation of color #FF476D: hue angle of 347.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF476D is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 109 | - |
| CMYK | 0 | 0.72 | 0.57 | 0 |
| HSL | 347.61º | 1% | 0.64% | - |
| HSV(B) | 347.61º | 0.72% | 1% | - |
| XYZ | 46.25 | 26.87 | 17.22 | - |
| YUV | 130.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 109 | 0 | 0.72 | 0.57 | 0 | 347.61 | 1 | 0.64 |
| Hex | FF | 47 | 6D | 0 | 48 | 39 | 0 | 15C | 64 | 40 |
| Octal | 377 | 107 | 155 | 0 | 110 | 71 | 0 | 534 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1101101 | 0 | 1001000 | 111001 | 0 | 101011100 | 1100100 | 1000000 |
Color Harmonies of #FF476D
Complementary color
Monochromatic Colors of #FF476D
Black with #FF476D
Text Example
Text Example
White with #FF476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF476D; }
p { color: rgb(255,71,109); }
H1.HeaderClassName
{
color: #FF476D;
}
.AnyTagClassName
{
color: #FF476D;
}
</style>
background-color css
<style>
a { background-color: #FF476D; }
a { background-color: rgb(255,71,109); }
div.DivClassName
{
background-color: #FF476D;
}
.BgClassName
{
background-color: #FF476D;
}
</style>
border-color css
<style>
span { border-color: #FF476D; }
span { border-color: rgb(255,71,109); }
td.TdClassName
{
border-color: #FF476D;
}
.TagClassName
{
border-color: #FF476D;
}
</style>