Shades of Wild Strawberry #FA2889
Tints of Wild Strawberry #FA2889
RGB
CMYK
RGB Variations
Color information
#FA2889 (or 0xFA2889) is known color: Wild Strawberry. HEX triplet: FA, 28 and 89. RGB value is (250,40,137). Sum of RGB (Red+Green+Blue) = 250+40+137=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2889 is #05D776. Grayscale: #717171. Windows color (decimal): -382839 or 8988922. OLE color: 8988922.
HSL color Cylindrical-coordinate representation of color #FA2889: hue angle of 332.29º 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 #FA2889 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 137 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.02 |
| HSL | 332.29º | 0.95% | 0.57% | - |
| HSV(B) | 332.29º | 0.84% | 0.98% | - |
| XYZ | 44.7 | 23.65 | 25.88 | - |
| YUV | 113.85 | 141.07 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 137 | 0 | 0.84 | 0.45 | 0.02 | 332.29 | 0.95 | 0.57 |
| Hex | FA | 28 | 89 | 0 | 54 | 2D | 2 | 14C | 5F | 39 |
| Octal | 372 | 50 | 211 | 0 | 124 | 55 | 2 | 514 | 137 | 71 |
| Binary | 11111010 | 101000 | 10001001 | 0 | 1010100 | 101101 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #FA2889
Complementary color
Monochromatic Colors of #FA2889
Black with #FA2889
Text Example
Text Example
White with #FA2889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2889; }
p { color: rgb(250,40,137); }
H1.HeaderClassName
{
color: #FA2889;
}
.AnyTagClassName
{
color: #FA2889;
}
</style>
background-color css
<style>
a { background-color: #FA2889; }
a { background-color: rgb(250,40,137); }
div.DivClassName
{
background-color: #FA2889;
}
.BgClassName
{
background-color: #FA2889;
}
</style>
border-color css
<style>
span { border-color: #FA2889; }
span { border-color: rgb(250,40,137); }
td.TdClassName
{
border-color: #FA2889;
}
.TagClassName
{
border-color: #FA2889;
}
</style>