Shades of Wild Watermelon #FF4A76
Tints of Wild Watermelon #FF4A76
RGB
CMYK
RGB Variations
Color information
#FF4A76 (or 0xFF4A76) is known color: Wild Watermelon. HEX triplet: FF, 4A and 76. RGB value is (255,74,118). Sum of RGB (Red+Green+Blue) = 255+74+118=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A76 is #00B589. Grayscale: #858585. Windows color (decimal): -46474 or 7752447. OLE color: 7752447.
HSL color Cylindrical-coordinate representation of color #FF4A76: hue angle of 345.41º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A76 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 118 | - |
| CMYK | 0 | 0.71 | 0.54 | 0 |
| HSL | 345.41º | 1% | 0.65% | - |
| HSV(B) | 345.41º | 0.71% | 1% | - |
| XYZ | 46.96 | 27.47 | 19.97 | - |
| YUV | 133.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 118 | 0 | 0.71 | 0.54 | 0 | 345.41 | 1 | 0.65 |
| Hex | FF | 4A | 76 | 0 | 47 | 36 | 0 | 159 | 64 | 41 |
| Octal | 377 | 112 | 166 | 0 | 107 | 66 | 0 | 531 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1110110 | 0 | 1000111 | 110110 | 0 | 101011001 | 1100100 | 1000001 |
Color Harmonies of #FF4A76
Complementary color
Monochromatic Colors of #FF4A76
Black with #FF4A76
Text Example
Text Example
White with #FF4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A76; }
p { color: rgb(255,74,118); }
H1.HeaderClassName
{
color: #FF4A76;
}
.AnyTagClassName
{
color: #FF4A76;
}
</style>
background-color css
<style>
a { background-color: #FF4A76; }
a { background-color: rgb(255,74,118); }
div.DivClassName
{
background-color: #FF4A76;
}
.BgClassName
{
background-color: #FF4A76;
}
</style>
border-color css
<style>
span { border-color: #FF4A76; }
span { border-color: rgb(255,74,118); }
td.TdClassName
{
border-color: #FF4A76;
}
.TagClassName
{
border-color: #FF4A76;
}
</style>