Shades of Wild Watermelon #FA5E7A
Tints of Wild Watermelon #FA5E7A
RGB
CMYK
RGB Variations
Color information
#FA5E7A (or 0xFA5E7A) is known color: Wild Watermelon. HEX triplet: FA, 5E and 7A. RGB value is (250,94,122). Sum of RGB (Red+Green+Blue) = 250+94+122=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E7A is #05A185. Grayscale: #8F8F8F. Windows color (decimal): -369030 or 8019706. OLE color: 8019706.
HSL color Cylindrical-coordinate representation of color #FA5E7A: hue angle of 349.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5E7A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 122 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.02 |
| HSL | 349.23º | 0.94% | 0.67% | - |
| HSV(B) | 349.23º | 0.62% | 0.98% | - |
| XYZ | 46.94 | 29.73 | 21.68 | - |
| YUV | 143.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 122 | 0 | 0.62 | 0.51 | 0.02 | 349.23 | 0.94 | 0.67 |
| Hex | FA | 5E | 7A | 0 | 3E | 33 | 2 | 15D | 5E | 43 |
| Octal | 372 | 136 | 172 | 0 | 76 | 63 | 2 | 535 | 136 | 103 |
| Binary | 11111010 | 1011110 | 1111010 | 0 | 111110 | 110011 | 10 | 101011101 | 1011110 | 1000011 |
Color Harmonies of #FA5E7A
Complementary color
Monochromatic Colors of #FA5E7A
Black with #FA5E7A
Text Example
Text Example
White with #FA5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E7A; }
p { color: rgb(250,94,122); }
H1.HeaderClassName
{
color: #FA5E7A;
}
.AnyTagClassName
{
color: #FA5E7A;
}
</style>
background-color css
<style>
a { background-color: #FA5E7A; }
a { background-color: rgb(250,94,122); }
div.DivClassName
{
background-color: #FA5E7A;
}
.BgClassName
{
background-color: #FA5E7A;
}
</style>
border-color css
<style>
span { border-color: #FA5E7A; }
span { border-color: rgb(250,94,122); }
td.TdClassName
{
border-color: #FA5E7A;
}
.TagClassName
{
border-color: #FA5E7A;
}
</style>