Shades of Wild Watermelon #FF4672
Tints of Wild Watermelon #FF4672
RGB
CMYK
RGB Variations
Color information
#FF4672 (or 0xFF4672) is known color: Wild Watermelon. HEX triplet: FF, 46 and 72. RGB value is (255,70,114). Sum of RGB (Red+Green+Blue) = 255+70+114=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4672 is #00B98D. Grayscale: #828282. Windows color (decimal): -47502 or 7489279. OLE color: 7489279.
HSL color Cylindrical-coordinate representation of color #FF4672: hue angle of 345.73º 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 #FF4672 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 114 | - |
| CMYK | 0 | 0.73 | 0.55 | 0 |
| HSL | 345.73º | 1% | 0.64% | - |
| HSV(B) | 345.73º | 0.73% | 1% | - |
| XYZ | 46.47 | 26.86 | 18.65 | - |
| YUV | 130.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 114 | 0 | 0.73 | 0.55 | 0 | 345.73 | 1 | 0.64 |
| Hex | FF | 46 | 72 | 0 | 49 | 37 | 0 | 15A | 64 | 40 |
| Octal | 377 | 106 | 162 | 0 | 111 | 67 | 0 | 532 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1110010 | 0 | 1001001 | 110111 | 0 | 101011010 | 1100100 | 1000000 |
Color Harmonies of #FF4672
Complementary color
Monochromatic Colors of #FF4672
Black with #FF4672
Text Example
Text Example
White with #FF4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4672; }
p { color: rgb(255,70,114); }
H1.HeaderClassName
{
color: #FF4672;
}
.AnyTagClassName
{
color: #FF4672;
}
</style>
background-color css
<style>
a { background-color: #FF4672; }
a { background-color: rgb(255,70,114); }
div.DivClassName
{
background-color: #FF4672;
}
.BgClassName
{
background-color: #FF4672;
}
</style>
border-color css
<style>
span { border-color: #FF4672; }
span { border-color: rgb(255,70,114); }
td.TdClassName
{
border-color: #FF4672;
}
.TagClassName
{
border-color: #FF4672;
}
</style>