Shades of Wild Strawberry #FA2D89
Tints of Wild Strawberry #FA2D89
RGB
CMYK
RGB Variations
Color information
#FA2D89 (or 0xFA2D89) is known color: Wild Strawberry. HEX triplet: FA, 2D and 89. RGB value is (250,45,137). Sum of RGB (Red+Green+Blue) = 250+45+137=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D89 is #05D276. Grayscale: #747474. Windows color (decimal): -381559 or 8990202. OLE color: 8990202.
HSL color Cylindrical-coordinate representation of color #FA2D89: hue angle of 333.07º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D89 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 137 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.02 |
| HSL | 333.07º | 0.95% | 0.58% | - |
| HSV(B) | 333.07º | 0.82% | 0.98% | - |
| XYZ | 44.88 | 24.01 | 25.94 | - |
| YUV | 116.78 | 139.42 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 137 | 0 | 0.82 | 0.45 | 0.02 | 333.07 | 0.95 | 0.58 |
| Hex | FA | 2D | 89 | 0 | 52 | 2D | 2 | 14D | 5F | 3A |
| Octal | 372 | 55 | 211 | 0 | 122 | 55 | 2 | 515 | 137 | 72 |
| Binary | 11111010 | 101101 | 10001001 | 0 | 1010010 | 101101 | 10 | 101001101 | 1011111 | 111010 |
Color Harmonies of #FA2D89
Complementary color
Monochromatic Colors of #FA2D89
Black with #FA2D89
Text Example
Text Example
White with #FA2D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D89; }
p { color: rgb(250,45,137); }
H1.HeaderClassName
{
color: #FA2D89;
}
.AnyTagClassName
{
color: #FA2D89;
}
</style>
background-color css
<style>
a { background-color: #FA2D89; }
a { background-color: rgb(250,45,137); }
div.DivClassName
{
background-color: #FA2D89;
}
.BgClassName
{
background-color: #FA2D89;
}
</style>
border-color css
<style>
span { border-color: #FA2D89; }
span { border-color: rgb(250,45,137); }
td.TdClassName
{
border-color: #FA2D89;
}
.TagClassName
{
border-color: #FA2D89;
}
</style>