Shades of Wild Watermelon #FA5B6A
Tints of Wild Watermelon #FA5B6A
RGB
CMYK
RGB Variations
Color information
#FA5B6A (or 0xFA5B6A) is known color: Wild Watermelon. HEX triplet: FA, 5B and 6A. RGB value is (250,91,106). Sum of RGB (Red+Green+Blue) = 250+91+106=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B6A is #05A495. Grayscale: #8C8C8C. Windows color (decimal): -369814 or 6970362. OLE color: 6970362.
HSL color Cylindrical-coordinate representation of color #FA5B6A: hue angle of 354.34º 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 #FA5B6A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 106 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.02 |
| HSL | 354.34º | 0.94% | 0.67% | - |
| HSV(B) | 354.34º | 0.64% | 0.98% | - |
| XYZ | 45.77 | 28.85 | 16.79 | - |
| YUV | 140.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 106 | 0 | 0.64 | 0.58 | 0.02 | 354.34 | 0.94 | 0.67 |
| Hex | FA | 5B | 6A | 0 | 40 | 3A | 2 | 162 | 5E | 43 |
| Octal | 372 | 133 | 152 | 0 | 100 | 72 | 2 | 542 | 136 | 103 |
| Binary | 11111010 | 1011011 | 1101010 | 0 | 1000000 | 111010 | 10 | 101100010 | 1011110 | 1000011 |
Color Harmonies of #FA5B6A
Complementary color
Monochromatic Colors of #FA5B6A
Black with #FA5B6A
Text Example
Text Example
White with #FA5B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B6A; }
p { color: rgb(250,91,106); }
H1.HeaderClassName
{
color: #FA5B6A;
}
.AnyTagClassName
{
color: #FA5B6A;
}
</style>
background-color css
<style>
a { background-color: #FA5B6A; }
a { background-color: rgb(250,91,106); }
div.DivClassName
{
background-color: #FA5B6A;
}
.BgClassName
{
background-color: #FA5B6A;
}
</style>
border-color css
<style>
span { border-color: #FA5B6A; }
span { border-color: rgb(250,91,106); }
td.TdClassName
{
border-color: #FA5B6A;
}
.TagClassName
{
border-color: #FA5B6A;
}
</style>