Shades of Wild Watermelon #FA5677
Tints of Wild Watermelon #FA5677
RGB
CMYK
RGB Variations
Color information
#FA5677 (or 0xFA5677) is known color: Wild Watermelon. HEX triplet: FA, 56 and 77. RGB value is (250,86,119). Sum of RGB (Red+Green+Blue) = 250+86+119=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5677 is #05A988. Grayscale: #8A8A8A. Windows color (decimal): -371081 or 7821050. OLE color: 7821050.
HSL color Cylindrical-coordinate representation of color #FA5677: hue angle of 347.93º 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 #FA5677 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 119 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.02 |
| HSL | 347.93º | 0.94% | 0.66% | - |
| HSV(B) | 347.93º | 0.66% | 0.98% | - |
| XYZ | 46.08 | 28.31 | 20.49 | - |
| YUV | 138.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 119 | 0 | 0.66 | 0.52 | 0.02 | 347.93 | 0.94 | 0.66 |
| Hex | FA | 56 | 77 | 0 | 42 | 34 | 2 | 15C | 5E | 42 |
| Octal | 372 | 126 | 167 | 0 | 102 | 64 | 2 | 534 | 136 | 102 |
| Binary | 11111010 | 1010110 | 1110111 | 0 | 1000010 | 110100 | 10 | 101011100 | 1011110 | 1000010 |
Color Harmonies of #FA5677
Complementary color
Monochromatic Colors of #FA5677
Black with #FA5677
Text Example
Text Example
White with #FA5677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5677; }
p { color: rgb(250,86,119); }
H1.HeaderClassName
{
color: #FA5677;
}
.AnyTagClassName
{
color: #FA5677;
}
</style>
background-color css
<style>
a { background-color: #FA5677; }
a { background-color: rgb(250,86,119); }
div.DivClassName
{
background-color: #FA5677;
}
.BgClassName
{
background-color: #FA5677;
}
</style>
border-color css
<style>
span { border-color: #FA5677; }
span { border-color: rgb(250,86,119); }
td.TdClassName
{
border-color: #FA5677;
}
.TagClassName
{
border-color: #FA5677;
}
</style>