Shades of Wild Watermelon #FA4D73
Tints of Wild Watermelon #FA4D73
RGB
CMYK
RGB Variations
Color information
#FA4D73 (or 0xFA4D73) is known color: Wild Watermelon. HEX triplet: FA, 4D and 73. RGB value is (250,77,115). Sum of RGB (Red+Green+Blue) = 250+77+115=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D73 is #05B28C. Grayscale: #858585. Windows color (decimal): -373389 or 7556602. OLE color: 7556602.
HSL color Cylindrical-coordinate representation of color #FA4D73: hue angle of 346.82º 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 #FA4D73 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 115 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.02 |
| HSL | 346.82º | 0.95% | 0.64% | - |
| HSV(B) | 346.82º | 0.69% | 0.98% | - |
| XYZ | 45.17 | 26.87 | 19.03 | - |
| YUV | 133.06 | 117.81 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 115 | 0 | 0.69 | 0.54 | 0.02 | 346.82 | 0.95 | 0.64 |
| Hex | FA | 4D | 73 | 0 | 45 | 36 | 2 | 15B | 5F | 40 |
| Octal | 372 | 115 | 163 | 0 | 105 | 66 | 2 | 533 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1110011 | 0 | 1000101 | 110110 | 10 | 101011011 | 1011111 | 1000000 |
Color Harmonies of #FA4D73
Complementary color
Monochromatic Colors of #FA4D73
Black with #FA4D73
Text Example
Text Example
White with #FA4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D73; }
p { color: rgb(250,77,115); }
H1.HeaderClassName
{
color: #FA4D73;
}
.AnyTagClassName
{
color: #FA4D73;
}
</style>
background-color css
<style>
a { background-color: #FA4D73; }
a { background-color: rgb(250,77,115); }
div.DivClassName
{
background-color: #FA4D73;
}
.BgClassName
{
background-color: #FA4D73;
}
</style>
border-color css
<style>
span { border-color: #FA4D73; }
span { border-color: rgb(250,77,115); }
td.TdClassName
{
border-color: #FA4D73;
}
.TagClassName
{
border-color: #FA4D73;
}
</style>