Shades of Wild Strawberry #FA2789
Tints of Wild Strawberry #FA2789
RGB
CMYK
RGB Variations
Color information
#FA2789 (or 0xFA2789) is known color: Wild Strawberry. HEX triplet: FA, 27 and 89. RGB value is (250,39,137). Sum of RGB (Red+Green+Blue) = 250+39+137=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2789 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2789 is #05D876. Grayscale: #717171. Windows color (decimal): -383095 or 8988666. OLE color: 8988666.
HSL color Cylindrical-coordinate representation of color #FA2789: hue angle of 332.13º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2789 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 137 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.02 |
| HSL | 332.13º | 0.95% | 0.57% | - |
| HSV(B) | 332.13º | 0.84% | 0.98% | - |
| XYZ | 44.67 | 23.58 | 25.86 | - |
| YUV | 113.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 137 | 0 | 0.84 | 0.45 | 0.02 | 332.13 | 0.95 | 0.57 |
| Hex | FA | 27 | 89 | 0 | 54 | 2D | 2 | 14C | 5F | 39 |
| Octal | 372 | 47 | 211 | 0 | 124 | 55 | 2 | 514 | 137 | 71 |
| Binary | 11111010 | 100111 | 10001001 | 0 | 1010100 | 101101 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #FA2789
Complementary color
Monochromatic Colors of #FA2789
Black with #FA2789
Text Example
Text Example
White with #FA2789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2789; }
p { color: rgb(250,39,137); }
H1.HeaderClassName
{
color: #FA2789;
}
.AnyTagClassName
{
color: #FA2789;
}
</style>
background-color css
<style>
a { background-color: #FA2789; }
a { background-color: rgb(250,39,137); }
div.DivClassName
{
background-color: #FA2789;
}
.BgClassName
{
background-color: #FA2789;
}
</style>
border-color css
<style>
span { border-color: #FA2789; }
span { border-color: rgb(250,39,137); }
td.TdClassName
{
border-color: #FA2789;
}
.TagClassName
{
border-color: #FA2789;
}
</style>