Shades of Wild Watermelon #FA4D76
Tints of Wild Watermelon #FA4D76
RGB
CMYK
RGB Variations
Color information
#FA4D76 (or 0xFA4D76) is known color: Wild Watermelon. HEX triplet: FA, 4D and 76. RGB value is (250,77,118). Sum of RGB (Red+Green+Blue) = 250+77+118=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D76 is #05B289. Grayscale: #858585. Windows color (decimal): -373386 or 7753210. OLE color: 7753210.
HSL color Cylindrical-coordinate representation of color #FA4D76: hue angle of 345.78º 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 #FA4D76 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 118 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.02 |
| HSL | 345.78º | 0.95% | 0.64% | - |
| HSV(B) | 345.78º | 0.69% | 0.98% | - |
| XYZ | 45.35 | 26.94 | 19.95 | - |
| YUV | 133.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 118 | 0 | 0.69 | 0.53 | 0.02 | 345.78 | 0.95 | 0.64 |
| Hex | FA | 4D | 76 | 0 | 45 | 35 | 2 | 15A | 5F | 40 |
| Octal | 372 | 115 | 166 | 0 | 105 | 65 | 2 | 532 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1110110 | 0 | 1000101 | 110101 | 10 | 101011010 | 1011111 | 1000000 |
Color Harmonies of #FA4D76
Complementary color
Monochromatic Colors of #FA4D76
Black with #FA4D76
Text Example
Text Example
White with #FA4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D76; }
p { color: rgb(250,77,118); }
H1.HeaderClassName
{
color: #FA4D76;
}
.AnyTagClassName
{
color: #FA4D76;
}
</style>
background-color css
<style>
a { background-color: #FA4D76; }
a { background-color: rgb(250,77,118); }
div.DivClassName
{
background-color: #FA4D76;
}
.BgClassName
{
background-color: #FA4D76;
}
</style>
border-color css
<style>
span { border-color: #FA4D76; }
span { border-color: rgb(250,77,118); }
td.TdClassName
{
border-color: #FA4D76;
}
.TagClassName
{
border-color: #FA4D76;
}
</style>