Shades of Wild Strawberry #FA3089
Tints of Wild Strawberry #FA3089
RGB
CMYK
RGB Variations
Color information
#FA3089 (or 0xFA3089) is known color: Wild Strawberry. HEX triplet: FA, 30 and 89. RGB value is (250,48,137). Sum of RGB (Red+Green+Blue) = 250+48+137=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3089 is #05CF76. Grayscale: #767676. Windows color (decimal): -380791 or 8990970. OLE color: 8990970.
HSL color Cylindrical-coordinate representation of color #FA3089: hue angle of 333.56º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3089 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 137 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.02 |
| HSL | 333.56º | 0.95% | 0.58% | - |
| HSV(B) | 333.56º | 0.81% | 0.98% | - |
| XYZ | 45 | 24.24 | 25.97 | - |
| YUV | 118.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 137 | 0 | 0.81 | 0.45 | 0.02 | 333.56 | 0.95 | 0.58 |
| Hex | FA | 30 | 89 | 0 | 51 | 2D | 2 | 14E | 5F | 3A |
| Octal | 372 | 60 | 211 | 0 | 121 | 55 | 2 | 516 | 137 | 72 |
| Binary | 11111010 | 110000 | 10001001 | 0 | 1010001 | 101101 | 10 | 101001110 | 1011111 | 111010 |
Color Harmonies of #FA3089
Complementary color
Monochromatic Colors of #FA3089
Black with #FA3089
Text Example
Text Example
White with #FA3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3089; }
p { color: rgb(250,48,137); }
H1.HeaderClassName
{
color: #FA3089;
}
.AnyTagClassName
{
color: #FA3089;
}
</style>
background-color css
<style>
a { background-color: #FA3089; }
a { background-color: rgb(250,48,137); }
div.DivClassName
{
background-color: #FA3089;
}
.BgClassName
{
background-color: #FA3089;
}
</style>
border-color css
<style>
span { border-color: #FA3089; }
span { border-color: rgb(250,48,137); }
td.TdClassName
{
border-color: #FA3089;
}
.TagClassName
{
border-color: #FA3089;
}
</style>