Shades of Wild Strawberry #FA3187
Tints of Wild Strawberry #FA3187
RGB
CMYK
RGB Variations
Color information
#FA3187 (or 0xFA3187) is known color: Wild Strawberry. HEX triplet: FA, 31 and 87. RGB value is (250,49,135). Sum of RGB (Red+Green+Blue) = 250+49+135=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3187 is #05CE78. Grayscale: #767676. Windows color (decimal): -380537 or 8860154. OLE color: 8860154.
HSL color Cylindrical-coordinate representation of color #FA3187: hue angle of 334.33º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3187 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 135 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.02 |
| HSL | 334.33º | 0.95% | 0.59% | - |
| HSV(B) | 334.33º | 0.8% | 0.98% | - |
| XYZ | 44.9 | 24.27 | 25.24 | - |
| YUV | 118.9 | 137.09 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 135 | 0 | 0.80 | 0.46 | 0.02 | 334.33 | 0.95 | 0.59 |
| Hex | FA | 31 | 87 | 0 | 50 | 2E | 2 | 14E | 5F | 3B |
| Octal | 372 | 61 | 207 | 0 | 120 | 56 | 2 | 516 | 137 | 73 |
| Binary | 11111010 | 110001 | 10000111 | 0 | 1010000 | 101110 | 10 | 101001110 | 1011111 | 111011 |
Color Harmonies of #FA3187
Complementary color
Monochromatic Colors of #FA3187
Black with #FA3187
Text Example
Text Example
White with #FA3187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3187; }
p { color: rgb(250,49,135); }
H1.HeaderClassName
{
color: #FA3187;
}
.AnyTagClassName
{
color: #FA3187;
}
</style>
background-color css
<style>
a { background-color: #FA3187; }
a { background-color: rgb(250,49,135); }
div.DivClassName
{
background-color: #FA3187;
}
.BgClassName
{
background-color: #FA3187;
}
</style>
border-color css
<style>
span { border-color: #FA3187; }
span { border-color: rgb(250,49,135); }
td.TdClassName
{
border-color: #FA3187;
}
.TagClassName
{
border-color: #FA3187;
}
</style>