Shades of Wild Watermelon #FA5577
Tints of Wild Watermelon #FA5577
RGB
CMYK
RGB Variations
Color information
#FA5577 (or 0xFA5577) is known color: Wild Watermelon. HEX triplet: FA, 55 and 77. RGB value is (250,85,119). Sum of RGB (Red+Green+Blue) = 250+85+119=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5577 is #05AA88. Grayscale: #8A8A8A. Windows color (decimal): -371337 or 7820794. OLE color: 7820794.
HSL color Cylindrical-coordinate representation of color #FA5577: hue angle of 347.64º 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 #FA5577 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 119 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.02 |
| HSL | 347.64º | 0.94% | 0.66% | - |
| HSV(B) | 347.64º | 0.66% | 0.98% | - |
| XYZ | 46 | 28.15 | 20.46 | - |
| YUV | 138.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 119 | 0 | 0.66 | 0.52 | 0.02 | 347.64 | 0.94 | 0.66 |
| Hex | FA | 55 | 77 | 0 | 42 | 34 | 2 | 15C | 5E | 42 |
| Octal | 372 | 125 | 167 | 0 | 102 | 64 | 2 | 534 | 136 | 102 |
| Binary | 11111010 | 1010101 | 1110111 | 0 | 1000010 | 110100 | 10 | 101011100 | 1011110 | 1000010 |
Color Harmonies of #FA5577
Complementary color
Monochromatic Colors of #FA5577
Black with #FA5577
Text Example
Text Example
White with #FA5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5577; }
p { color: rgb(250,85,119); }
H1.HeaderClassName
{
color: #FA5577;
}
.AnyTagClassName
{
color: #FA5577;
}
</style>
background-color css
<style>
a { background-color: #FA5577; }
a { background-color: rgb(250,85,119); }
div.DivClassName
{
background-color: #FA5577;
}
.BgClassName
{
background-color: #FA5577;
}
</style>
border-color css
<style>
span { border-color: #FA5577; }
span { border-color: rgb(250,85,119); }
td.TdClassName
{
border-color: #FA5577;
}
.TagClassName
{
border-color: #FA5577;
}
</style>