Shades of Wild Watermelon #FF4671
Tints of Wild Watermelon #FF4671
RGB
CMYK
RGB Variations
Color information
#FF4671 (or 0xFF4671) is known color: Wild Watermelon. HEX triplet: FF, 46 and 71. RGB value is (255,70,113). Sum of RGB (Red+Green+Blue) = 255+70+113=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4671 is #00B98E. Grayscale: #828282. Windows color (decimal): -47503 or 7423743. OLE color: 7423743.
HSL color Cylindrical-coordinate representation of color #FF4671: hue angle of 346.05º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4671 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 113 | - |
| CMYK | 0 | 0.73 | 0.56 | 0 |
| HSL | 346.05º | 1% | 0.64% | - |
| HSV(B) | 346.05º | 0.73% | 1% | - |
| XYZ | 46.41 | 26.83 | 18.36 | - |
| YUV | 130.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 113 | 0 | 0.73 | 0.56 | 0 | 346.05 | 1 | 0.64 |
| Hex | FF | 46 | 71 | 0 | 49 | 38 | 0 | 15A | 64 | 40 |
| Octal | 377 | 106 | 161 | 0 | 111 | 70 | 0 | 532 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1110001 | 0 | 1001001 | 111000 | 0 | 101011010 | 1100100 | 1000000 |
Color Harmonies of #FF4671
Complementary color
Monochromatic Colors of #FF4671
Black with #FF4671
Text Example
Text Example
White with #FF4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4671; }
p { color: rgb(255,70,113); }
H1.HeaderClassName
{
color: #FF4671;
}
.AnyTagClassName
{
color: #FF4671;
}
</style>
background-color css
<style>
a { background-color: #FF4671; }
a { background-color: rgb(255,70,113); }
div.DivClassName
{
background-color: #FF4671;
}
.BgClassName
{
background-color: #FF4671;
}
</style>
border-color css
<style>
span { border-color: #FF4671; }
span { border-color: rgb(255,70,113); }
td.TdClassName
{
border-color: #FF4671;
}
.TagClassName
{
border-color: #FF4671;
}
</style>