Shades of Wild Watermelon #FF476E
Tints of Wild Watermelon #FF476E
RGB
CMYK
RGB Variations
Color information
#FF476E (or 0xFF476E) is known color: Wild Watermelon. HEX triplet: FF, 47 and 6E. RGB value is (255,71,110). Sum of RGB (Red+Green+Blue) = 255+71+110=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF476E is #00B891. Grayscale: #828282. Windows color (decimal): -47250 or 7227391. OLE color: 7227391.
HSL color Cylindrical-coordinate representation of color #FF476E: hue angle of 347.28º 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 #FF476E is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 110 | - |
| CMYK | 0 | 0.72 | 0.57 | 0 |
| HSL | 347.28º | 1% | 0.64% | - |
| HSV(B) | 347.28º | 0.72% | 1% | - |
| XYZ | 46.31 | 26.89 | 17.5 | - |
| YUV | 130.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 110 | 0 | 0.72 | 0.57 | 0 | 347.28 | 1 | 0.64 |
| Hex | FF | 47 | 6E | 0 | 48 | 39 | 0 | 15B | 64 | 40 |
| Octal | 377 | 107 | 156 | 0 | 110 | 71 | 0 | 533 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1101110 | 0 | 1001000 | 111001 | 0 | 101011011 | 1100100 | 1000000 |
Color Harmonies of #FF476E
Complementary color
Monochromatic Colors of #FF476E
Black with #FF476E
Text Example
Text Example
White with #FF476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF476E; }
p { color: rgb(255,71,110); }
H1.HeaderClassName
{
color: #FF476E;
}
.AnyTagClassName
{
color: #FF476E;
}
</style>
background-color css
<style>
a { background-color: #FF476E; }
a { background-color: rgb(255,71,110); }
div.DivClassName
{
background-color: #FF476E;
}
.BgClassName
{
background-color: #FF476E;
}
</style>
border-color css
<style>
span { border-color: #FF476E; }
span { border-color: rgb(255,71,110); }
td.TdClassName
{
border-color: #FF476E;
}
.TagClassName
{
border-color: #FF476E;
}
</style>