Shades of Wild Watermelon #FF4878
Tints of Wild Watermelon #FF4878
RGB
CMYK
RGB Variations
Color information
#FF4878 (or 0xFF4878) is known color: Wild Watermelon. HEX triplet: FF, 48 and 78. RGB value is (255,72,120). Sum of RGB (Red+Green+Blue) = 255+72+120=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4878 is #00B787. Grayscale: #848484. Windows color (decimal): -46984 or 7883007. OLE color: 7883007.
HSL color Cylindrical-coordinate representation of color #FF4878: hue angle of 344.26º 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 #FF4878 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 120 | - |
| CMYK | 0 | 0.72 | 0.53 | 0 |
| HSL | 344.26º | 1% | 0.64% | - |
| HSV(B) | 344.26º | 0.72% | 1% | - |
| XYZ | 46.95 | 27.25 | 20.55 | - |
| YUV | 132.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 120 | 0 | 0.72 | 0.53 | 0 | 344.26 | 1 | 0.64 |
| Hex | FF | 48 | 78 | 0 | 48 | 35 | 0 | 158 | 64 | 40 |
| Octal | 377 | 110 | 170 | 0 | 110 | 65 | 0 | 530 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1111000 | 0 | 1001000 | 110101 | 0 | 101011000 | 1100100 | 1000000 |
Color Harmonies of #FF4878
Complementary color
Monochromatic Colors of #FF4878
Black with #FF4878
Text Example
Text Example
White with #FF4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4878; }
p { color: rgb(255,72,120); }
H1.HeaderClassName
{
color: #FF4878;
}
.AnyTagClassName
{
color: #FF4878;
}
</style>
background-color css
<style>
a { background-color: #FF4878; }
a { background-color: rgb(255,72,120); }
div.DivClassName
{
background-color: #FF4878;
}
.BgClassName
{
background-color: #FF4878;
}
</style>
border-color css
<style>
span { border-color: #FF4878; }
span { border-color: rgb(255,72,120); }
td.TdClassName
{
border-color: #FF4878;
}
.TagClassName
{
border-color: #FF4878;
}
</style>