Shades of Wild Watermelon #FA5871
Tints of Wild Watermelon #FA5871
RGB
CMYK
RGB Variations
Color information
#FA5871 (or 0xFA5871) is known color: Wild Watermelon. HEX triplet: FA, 58 and 71. RGB value is (250,88,113). Sum of RGB (Red+Green+Blue) = 250+88+113=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5871 is #05A78E. Grayscale: #8B8B8B. Windows color (decimal): -370575 or 7428346. OLE color: 7428346.
HSL color Cylindrical-coordinate representation of color #FA5871: hue angle of 350.74º 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 #FA5871 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 113 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.02 |
| HSL | 350.74º | 0.94% | 0.66% | - |
| HSV(B) | 350.74º | 0.65% | 0.98% | - |
| XYZ | 45.89 | 28.5 | 18.7 | - |
| YUV | 139.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 113 | 0 | 0.65 | 0.55 | 0.02 | 350.74 | 0.94 | 0.66 |
| Hex | FA | 58 | 71 | 0 | 41 | 37 | 2 | 15F | 5E | 42 |
| Octal | 372 | 130 | 161 | 0 | 101 | 67 | 2 | 537 | 136 | 102 |
| Binary | 11111010 | 1011000 | 1110001 | 0 | 1000001 | 110111 | 10 | 101011111 | 1011110 | 1000010 |
Color Harmonies of #FA5871
Complementary color
Monochromatic Colors of #FA5871
Black with #FA5871
Text Example
Text Example
White with #FA5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5871; }
p { color: rgb(250,88,113); }
H1.HeaderClassName
{
color: #FA5871;
}
.AnyTagClassName
{
color: #FA5871;
}
</style>
background-color css
<style>
a { background-color: #FA5871; }
a { background-color: rgb(250,88,113); }
div.DivClassName
{
background-color: #FA5871;
}
.BgClassName
{
background-color: #FA5871;
}
</style>
border-color css
<style>
span { border-color: #FA5871; }
span { border-color: rgb(250,88,113); }
td.TdClassName
{
border-color: #FA5871;
}
.TagClassName
{
border-color: #FA5871;
}
</style>