Shades of Wild Watermelon #FA4D70
Tints of Wild Watermelon #FA4D70
RGB
CMYK
RGB Variations
Color information
#FA4D70 (or 0xFA4D70) is known color: Wild Watermelon. HEX triplet: FA, 4D and 70. RGB value is (250,77,112). Sum of RGB (Red+Green+Blue) = 250+77+112=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D70 is #05B28F. Grayscale: #848484. Windows color (decimal): -373392 or 7359994. OLE color: 7359994.
HSL color Cylindrical-coordinate representation of color #FA4D70: hue angle of 347.86º 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 #FA4D70 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 112 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.02 |
| HSL | 347.86º | 0.95% | 0.64% | - |
| HSV(B) | 347.86º | 0.69% | 0.98% | - |
| XYZ | 45 | 26.8 | 18.13 | - |
| YUV | 132.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 112 | 0 | 0.69 | 0.55 | 0.02 | 347.86 | 0.95 | 0.64 |
| Hex | FA | 4D | 70 | 0 | 45 | 37 | 2 | 15C | 5F | 40 |
| Octal | 372 | 115 | 160 | 0 | 105 | 67 | 2 | 534 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1110000 | 0 | 1000101 | 110111 | 10 | 101011100 | 1011111 | 1000000 |
Color Harmonies of #FA4D70
Complementary color
Monochromatic Colors of #FA4D70
Black with #FA4D70
Text Example
Text Example
White with #FA4D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D70; }
p { color: rgb(250,77,112); }
H1.HeaderClassName
{
color: #FA4D70;
}
.AnyTagClassName
{
color: #FA4D70;
}
</style>
background-color css
<style>
a { background-color: #FA4D70; }
a { background-color: rgb(250,77,112); }
div.DivClassName
{
background-color: #FA4D70;
}
.BgClassName
{
background-color: #FA4D70;
}
</style>
border-color css
<style>
span { border-color: #FA4D70; }
span { border-color: rgb(250,77,112); }
td.TdClassName
{
border-color: #FA4D70;
}
.TagClassName
{
border-color: #FA4D70;
}
</style>