Shades of Wild Watermelon #FA4D68
Tints of Wild Watermelon #FA4D68
RGB
CMYK
RGB Variations
Color information
#FA4D68 (or 0xFA4D68) is known color: Wild Watermelon. HEX triplet: FA, 4D and 68. RGB value is (250,77,104). Sum of RGB (Red+Green+Blue) = 250+77+104=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D68 is #05B297. Grayscale: #838383. Windows color (decimal): -373400 or 6835706. OLE color: 6835706.
HSL color Cylindrical-coordinate representation of color #FA4D68: hue angle of 350.64º 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 #FA4D68 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 104 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.02 |
| HSL | 350.64º | 0.95% | 0.64% | - |
| HSV(B) | 350.64º | 0.69% | 0.98% | - |
| XYZ | 44.58 | 26.63 | 15.89 | - |
| YUV | 131.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 104 | 0 | 0.69 | 0.58 | 0.02 | 350.64 | 0.95 | 0.64 |
| Hex | FA | 4D | 68 | 0 | 45 | 3A | 2 | 15F | 5F | 40 |
| Octal | 372 | 115 | 150 | 0 | 105 | 72 | 2 | 537 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1101000 | 0 | 1000101 | 111010 | 10 | 101011111 | 1011111 | 1000000 |
Color Harmonies of #FA4D68
Complementary color
Monochromatic Colors of #FA4D68
Black with #FA4D68
Text Example
Text Example
White with #FA4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D68; }
p { color: rgb(250,77,104); }
H1.HeaderClassName
{
color: #FA4D68;
}
.AnyTagClassName
{
color: #FA4D68;
}
</style>
background-color css
<style>
a { background-color: #FA4D68; }
a { background-color: rgb(250,77,104); }
div.DivClassName
{
background-color: #FA4D68;
}
.BgClassName
{
background-color: #FA4D68;
}
</style>
border-color css
<style>
span { border-color: #FA4D68; }
span { border-color: rgb(250,77,104); }
td.TdClassName
{
border-color: #FA4D68;
}
.TagClassName
{
border-color: #FA4D68;
}
</style>