Shades of Wild Strawberry #FA2B89
Tints of Wild Strawberry #FA2B89
RGB
CMYK
RGB Variations
Color information
#FA2B89 (or 0xFA2B89) is known color: Wild Strawberry. HEX triplet: FA, 2B and 89. RGB value is (250,43,137). Sum of RGB (Red+Green+Blue) = 250+43+137=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2B89 is #05D476. Grayscale: #737373. Windows color (decimal): -382071 or 8989690. OLE color: 8989690.
HSL color Cylindrical-coordinate representation of color #FA2B89: hue angle of 332.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B89 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 137 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.02 |
| HSL | 332.75º | 0.95% | 0.57% | - |
| HSV(B) | 332.75º | 0.83% | 0.98% | - |
| XYZ | 44.8 | 23.86 | 25.91 | - |
| YUV | 115.61 | 140.08 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 137 | 0 | 0.83 | 0.45 | 0.02 | 332.75 | 0.95 | 0.57 |
| Hex | FA | 2B | 89 | 0 | 53 | 2D | 2 | 14D | 5F | 39 |
| Octal | 372 | 53 | 211 | 0 | 123 | 55 | 2 | 515 | 137 | 71 |
| Binary | 11111010 | 101011 | 10001001 | 0 | 1010011 | 101101 | 10 | 101001101 | 1011111 | 111001 |
Color Harmonies of #FA2B89
Complementary color
Monochromatic Colors of #FA2B89
Black with #FA2B89
Text Example
Text Example
White with #FA2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B89; }
p { color: rgb(250,43,137); }
H1.HeaderClassName
{
color: #FA2B89;
}
.AnyTagClassName
{
color: #FA2B89;
}
</style>
background-color css
<style>
a { background-color: #FA2B89; }
a { background-color: rgb(250,43,137); }
div.DivClassName
{
background-color: #FA2B89;
}
.BgClassName
{
background-color: #FA2B89;
}
</style>
border-color css
<style>
span { border-color: #FA2B89; }
span { border-color: rgb(250,43,137); }
td.TdClassName
{
border-color: #FA2B89;
}
.TagClassName
{
border-color: #FA2B89;
}
</style>