Shades of Wild Watermelon #FA5869
Tints of Wild Watermelon #FA5869
RGB
CMYK
RGB Variations
Color information
#FA5869 (or 0xFA5869) is known color: Wild Watermelon. HEX triplet: FA, 58 and 69. RGB value is (250,88,105). Sum of RGB (Red+Green+Blue) = 250+88+105=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5869 is #05A796. Grayscale: #8A8A8A. Windows color (decimal): -370583 or 6904058. OLE color: 6904058.
HSL color Cylindrical-coordinate representation of color #FA5869: hue angle of 353.7º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5869 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 105 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.02 |
| HSL | 353.7º | 0.94% | 0.66% | - |
| HSV(B) | 353.7º | 0.65% | 0.98% | - |
| XYZ | 45.46 | 28.32 | 16.44 | - |
| YUV | 138.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 105 | 0 | 0.65 | 0.58 | 0.02 | 353.7 | 0.94 | 0.66 |
| Hex | FA | 58 | 69 | 0 | 41 | 3A | 2 | 162 | 5E | 42 |
| Octal | 372 | 130 | 151 | 0 | 101 | 72 | 2 | 542 | 136 | 102 |
| Binary | 11111010 | 1011000 | 1101001 | 0 | 1000001 | 111010 | 10 | 101100010 | 1011110 | 1000010 |
Color Harmonies of #FA5869
Complementary color
Monochromatic Colors of #FA5869
Black with #FA5869
Text Example
Text Example
White with #FA5869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5869; }
p { color: rgb(250,88,105); }
H1.HeaderClassName
{
color: #FA5869;
}
.AnyTagClassName
{
color: #FA5869;
}
</style>
background-color css
<style>
a { background-color: #FA5869; }
a { background-color: rgb(250,88,105); }
div.DivClassName
{
background-color: #FA5869;
}
.BgClassName
{
background-color: #FA5869;
}
</style>
border-color css
<style>
span { border-color: #FA5869; }
span { border-color: rgb(250,88,105); }
td.TdClassName
{
border-color: #FA5869;
}
.TagClassName
{
border-color: #FA5869;
}
</style>