Shades of Wild Watermelon #FF4D7B
Tints of Wild Watermelon #FF4D7B
RGB
CMYK
RGB Variations
Color information
#FF4D7B (or 0xFF4D7B) is known color: Wild Watermelon. HEX triplet: FF, 4D and 7B. RGB value is (255,77,123). Sum of RGB (Red+Green+Blue) = 255+77+123=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D7B is #00B284. Grayscale: #878787. Windows color (decimal): -45701 or 8080895. OLE color: 8080895.
HSL color Cylindrical-coordinate representation of color #FF4D7B: hue angle of 344.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4D7B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 123 | - |
| CMYK | 0 | 0.70 | 0.52 | 0 |
| HSL | 344.49º | 1% | 0.65% | - |
| HSV(B) | 344.49º | 0.7% | 1% | - |
| XYZ | 47.47 | 28 | 21.64 | - |
| YUV | 135.47 | 120.97 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 123 | 0 | 0.70 | 0.52 | 0 | 344.49 | 1 | 0.65 |
| Hex | FF | 4D | 7B | 0 | 46 | 34 | 0 | 158 | 64 | 41 |
| Octal | 377 | 115 | 173 | 0 | 106 | 64 | 0 | 530 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1111011 | 0 | 1000110 | 110100 | 0 | 101011000 | 1100100 | 1000001 |
Color Harmonies of #FF4D7B
Complementary color
Monochromatic Colors of #FF4D7B
Black with #FF4D7B
Text Example
Text Example
White with #FF4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D7B; }
p { color: rgb(255,77,123); }
H1.HeaderClassName
{
color: #FF4D7B;
}
.AnyTagClassName
{
color: #FF4D7B;
}
</style>
background-color css
<style>
a { background-color: #FF4D7B; }
a { background-color: rgb(255,77,123); }
div.DivClassName
{
background-color: #FF4D7B;
}
.BgClassName
{
background-color: #FF4D7B;
}
</style>
border-color css
<style>
span { border-color: #FF4D7B; }
span { border-color: rgb(255,77,123); }
td.TdClassName
{
border-color: #FF4D7B;
}
.TagClassName
{
border-color: #FF4D7B;
}
</style>