Shades of Wild Watermelon #FA5673
Tints of Wild Watermelon #FA5673
RGB
CMYK
RGB Variations
Color information
#FA5673 (or 0xFA5673) is known color: Wild Watermelon. HEX triplet: FA, 56 and 73. RGB value is (250,86,115). Sum of RGB (Red+Green+Blue) = 250+86+115=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5673 is #05A98C. Grayscale: #8A8A8A. Windows color (decimal): -371085 or 7558906. OLE color: 7558906.
HSL color Cylindrical-coordinate representation of color #FA5673: hue angle of 349.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5673 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 115 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.02 |
| HSL | 349.39º | 0.94% | 0.66% | - |
| HSV(B) | 349.39º | 0.66% | 0.98% | - |
| XYZ | 45.85 | 28.22 | 19.25 | - |
| YUV | 138.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 115 | 0 | 0.66 | 0.54 | 0.02 | 349.39 | 0.94 | 0.66 |
| Hex | FA | 56 | 73 | 0 | 42 | 36 | 2 | 15D | 5E | 42 |
| Octal | 372 | 126 | 163 | 0 | 102 | 66 | 2 | 535 | 136 | 102 |
| Binary | 11111010 | 1010110 | 1110011 | 0 | 1000010 | 110110 | 10 | 101011101 | 1011110 | 1000010 |
Color Harmonies of #FA5673
Complementary color
Monochromatic Colors of #FA5673
Black with #FA5673
Text Example
Text Example
White with #FA5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5673; }
p { color: rgb(250,86,115); }
H1.HeaderClassName
{
color: #FA5673;
}
.AnyTagClassName
{
color: #FA5673;
}
</style>
background-color css
<style>
a { background-color: #FA5673; }
a { background-color: rgb(250,86,115); }
div.DivClassName
{
background-color: #FA5673;
}
.BgClassName
{
background-color: #FA5673;
}
</style>
border-color css
<style>
span { border-color: #FA5673; }
span { border-color: rgb(250,86,115); }
td.TdClassName
{
border-color: #FA5673;
}
.TagClassName
{
border-color: #FA5673;
}
</style>