Shades of Wild Watermelon #FA4D77
Tints of Wild Watermelon #FA4D77
RGB
CMYK
RGB Variations
Color information
#FA4D77 (or 0xFA4D77) is known color: Wild Watermelon. HEX triplet: FA, 4D and 77. RGB value is (250,77,119). Sum of RGB (Red+Green+Blue) = 250+77+119=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D77 is #05B288. Grayscale: #858585. Windows color (decimal): -373385 or 7818746. OLE color: 7818746.
HSL color Cylindrical-coordinate representation of color #FA4D77: hue angle of 345.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4D77 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 119 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.02 |
| HSL | 345.43º | 0.95% | 0.64% | - |
| HSV(B) | 345.43º | 0.69% | 0.98% | - |
| XYZ | 45.41 | 26.96 | 20.26 | - |
| YUV | 133.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 119 | 0 | 0.69 | 0.52 | 0.02 | 345.43 | 0.95 | 0.64 |
| Hex | FA | 4D | 77 | 0 | 45 | 34 | 2 | 159 | 5F | 40 |
| Octal | 372 | 115 | 167 | 0 | 105 | 64 | 2 | 531 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1110111 | 0 | 1000101 | 110100 | 10 | 101011001 | 1011111 | 1000000 |
Color Harmonies of #FA4D77
Complementary color
Monochromatic Colors of #FA4D77
Black with #FA4D77
Text Example
Text Example
White with #FA4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D77; }
p { color: rgb(250,77,119); }
H1.HeaderClassName
{
color: #FA4D77;
}
.AnyTagClassName
{
color: #FA4D77;
}
</style>
background-color css
<style>
a { background-color: #FA4D77; }
a { background-color: rgb(250,77,119); }
div.DivClassName
{
background-color: #FA4D77;
}
.BgClassName
{
background-color: #FA4D77;
}
</style>
border-color css
<style>
span { border-color: #FA4D77; }
span { border-color: rgb(250,77,119); }
td.TdClassName
{
border-color: #FA4D77;
}
.TagClassName
{
border-color: #FA4D77;
}
</style>