Shades of Wild Watermelon #FA5B76
Tints of Wild Watermelon #FA5B76
RGB
CMYK
RGB Variations
Color information
#FA5B76 (or 0xFA5B76) is known color: Wild Watermelon. HEX triplet: FA, 5B and 76. RGB value is (250,91,118). Sum of RGB (Red+Green+Blue) = 250+91+118=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B76 is #05A489. Grayscale: #8D8D8D. Windows color (decimal): -369802 or 7756794. OLE color: 7756794.
HSL color Cylindrical-coordinate representation of color #FA5B76: hue angle of 349.81º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5B76 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 118 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.02 |
| HSL | 349.81º | 0.94% | 0.67% | - |
| HSV(B) | 349.81º | 0.64% | 0.98% | - |
| XYZ | 46.44 | 29.11 | 20.31 | - |
| YUV | 141.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 118 | 0 | 0.64 | 0.53 | 0.02 | 349.81 | 0.94 | 0.67 |
| Hex | FA | 5B | 76 | 0 | 40 | 35 | 2 | 15E | 5E | 43 |
| Octal | 372 | 133 | 166 | 0 | 100 | 65 | 2 | 536 | 136 | 103 |
| Binary | 11111010 | 1011011 | 1110110 | 0 | 1000000 | 110101 | 10 | 101011110 | 1011110 | 1000011 |
Color Harmonies of #FA5B76
Complementary color
Monochromatic Colors of #FA5B76
Black with #FA5B76
Text Example
Text Example
White with #FA5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B76; }
p { color: rgb(250,91,118); }
H1.HeaderClassName
{
color: #FA5B76;
}
.AnyTagClassName
{
color: #FA5B76;
}
</style>
background-color css
<style>
a { background-color: #FA5B76; }
a { background-color: rgb(250,91,118); }
div.DivClassName
{
background-color: #FA5B76;
}
.BgClassName
{
background-color: #FA5B76;
}
</style>
border-color css
<style>
span { border-color: #FA5B76; }
span { border-color: rgb(250,91,118); }
td.TdClassName
{
border-color: #FA5B76;
}
.TagClassName
{
border-color: #FA5B76;
}
</style>