Shades of Wild Watermelon #FF4B77
Tints of Wild Watermelon #FF4B77
RGB
CMYK
RGB Variations
Color information
#FF4B77 (or 0xFF4B77) is known color: Wild Watermelon. HEX triplet: FF, 4B and 77. RGB value is (255,75,119). Sum of RGB (Red+Green+Blue) = 255+75+119=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B77 is #00B488. Grayscale: #858585. Windows color (decimal): -46217 or 7818239. OLE color: 7818239.
HSL color Cylindrical-coordinate representation of color #FF4B77: hue angle of 345.33º 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 #FF4B77 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 119 | - |
| CMYK | 0 | 0.71 | 0.53 | 0 |
| HSL | 345.33º | 1% | 0.65% | - |
| HSV(B) | 345.33º | 0.71% | 1% | - |
| XYZ | 47.09 | 27.62 | 20.3 | - |
| YUV | 133.84 | 119.63 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 119 | 0 | 0.71 | 0.53 | 0 | 345.33 | 1 | 0.65 |
| Hex | FF | 4B | 77 | 0 | 47 | 35 | 0 | 159 | 64 | 41 |
| Octal | 377 | 113 | 167 | 0 | 107 | 65 | 0 | 531 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1110111 | 0 | 1000111 | 110101 | 0 | 101011001 | 1100100 | 1000001 |
Color Harmonies of #FF4B77
Complementary color
Monochromatic Colors of #FF4B77
Black with #FF4B77
Text Example
Text Example
White with #FF4B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B77; }
p { color: rgb(255,75,119); }
H1.HeaderClassName
{
color: #FF4B77;
}
.AnyTagClassName
{
color: #FF4B77;
}
</style>
background-color css
<style>
a { background-color: #FF4B77; }
a { background-color: rgb(255,75,119); }
div.DivClassName
{
background-color: #FF4B77;
}
.BgClassName
{
background-color: #FF4B77;
}
</style>
border-color css
<style>
span { border-color: #FF4B77; }
span { border-color: rgb(255,75,119); }
td.TdClassName
{
border-color: #FF4B77;
}
.TagClassName
{
border-color: #FF4B77;
}
</style>