Shades of Wild Strawberry #FA2987
Tints of Wild Strawberry #FA2987
RGB
CMYK
RGB Variations
Color information
#FA2987 (or 0xFA2987) is known color: Wild Strawberry. HEX triplet: FA, 29 and 87. RGB value is (250,41,135). Sum of RGB (Red+Green+Blue) = 250+41+135=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2987 is #05D678. Grayscale: #727272. Windows color (decimal): -382585 or 8858106. OLE color: 8858106.
HSL color Cylindrical-coordinate representation of color #FA2987: hue angle of 333.01º 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 #FA2987 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 135 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.02 |
| HSL | 333.01º | 0.95% | 0.57% | - |
| HSV(B) | 333.01º | 0.84% | 0.98% | - |
| XYZ | 44.59 | 23.66 | 25.14 | - |
| YUV | 114.21 | 139.74 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 135 | 0 | 0.84 | 0.46 | 0.02 | 333.01 | 0.95 | 0.57 |
| Hex | FA | 29 | 87 | 0 | 54 | 2E | 2 | 14D | 5F | 39 |
| Octal | 372 | 51 | 207 | 0 | 124 | 56 | 2 | 515 | 137 | 71 |
| Binary | 11111010 | 101001 | 10000111 | 0 | 1010100 | 101110 | 10 | 101001101 | 1011111 | 111001 |
Color Harmonies of #FA2987
Complementary color
Monochromatic Colors of #FA2987
Black with #FA2987
Text Example
Text Example
White with #FA2987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2987; }
p { color: rgb(250,41,135); }
H1.HeaderClassName
{
color: #FA2987;
}
.AnyTagClassName
{
color: #FA2987;
}
</style>
background-color css
<style>
a { background-color: #FA2987; }
a { background-color: rgb(250,41,135); }
div.DivClassName
{
background-color: #FA2987;
}
.BgClassName
{
background-color: #FA2987;
}
</style>
border-color css
<style>
span { border-color: #FA2987; }
span { border-color: rgb(250,41,135); }
td.TdClassName
{
border-color: #FA2987;
}
.TagClassName
{
border-color: #FA2987;
}
</style>