Shades of Wild Watermelon #FA4D6D
Tints of Wild Watermelon #FA4D6D
RGB
CMYK
RGB Variations
Color information
#FA4D6D (or 0xFA4D6D) is known color: Wild Watermelon. HEX triplet: FA, 4D and 6D. RGB value is (250,77,109). Sum of RGB (Red+Green+Blue) = 250+77+109=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D6D is #05B292. Grayscale: #848484. Windows color (decimal): -373395 or 7163386. OLE color: 7163386.
HSL color Cylindrical-coordinate representation of color #FA4D6D: hue angle of 348.9º 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 #FA4D6D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 109 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.02 |
| HSL | 348.9º | 0.95% | 0.64% | - |
| HSV(B) | 348.9º | 0.69% | 0.98% | - |
| XYZ | 44.84 | 26.74 | 17.27 | - |
| YUV | 132.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 109 | 0 | 0.69 | 0.56 | 0.02 | 348.9 | 0.95 | 0.64 |
| Hex | FA | 4D | 6D | 0 | 45 | 38 | 2 | 15D | 5F | 40 |
| Octal | 372 | 115 | 155 | 0 | 105 | 70 | 2 | 535 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1101101 | 0 | 1000101 | 111000 | 10 | 101011101 | 1011111 | 1000000 |
Color Harmonies of #FA4D6D
Complementary color
Monochromatic Colors of #FA4D6D
Black with #FA4D6D
Text Example
Text Example
White with #FA4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D6D; }
p { color: rgb(250,77,109); }
H1.HeaderClassName
{
color: #FA4D6D;
}
.AnyTagClassName
{
color: #FA4D6D;
}
</style>
background-color css
<style>
a { background-color: #FA4D6D; }
a { background-color: rgb(250,77,109); }
div.DivClassName
{
background-color: #FA4D6D;
}
.BgClassName
{
background-color: #FA4D6D;
}
</style>
border-color css
<style>
span { border-color: #FA4D6D; }
span { border-color: rgb(250,77,109); }
td.TdClassName
{
border-color: #FA4D6D;
}
.TagClassName
{
border-color: #FA4D6D;
}
</style>