Shades of Wild Strawberry #FA2988
Tints of Wild Strawberry #FA2988
RGB
CMYK
RGB Variations
Color information
#FA2988 (or 0xFA2988) is known color: Wild Strawberry. HEX triplet: FA, 29 and 88. RGB value is (250,41,136). Sum of RGB (Red+Green+Blue) = 250+41+136=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2988 is #05D677. Grayscale: #727272. Windows color (decimal): -382584 or 8923642. OLE color: 8923642.
HSL color Cylindrical-coordinate representation of color #FA2988: hue angle of 332.73º 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 #FA2988 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 136 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.02 |
| HSL | 332.73º | 0.95% | 0.57% | - |
| HSV(B) | 332.73º | 0.84% | 0.98% | - |
| XYZ | 44.66 | 23.69 | 25.51 | - |
| YUV | 114.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 136 | 0 | 0.84 | 0.46 | 0.02 | 332.73 | 0.95 | 0.57 |
| Hex | FA | 29 | 88 | 0 | 54 | 2E | 2 | 14D | 5F | 39 |
| Octal | 372 | 51 | 210 | 0 | 124 | 56 | 2 | 515 | 137 | 71 |
| Binary | 11111010 | 101001 | 10001000 | 0 | 1010100 | 101110 | 10 | 101001101 | 1011111 | 111001 |
Color Harmonies of #FA2988
Complementary color
Monochromatic Colors of #FA2988
Black with #FA2988
Text Example
Text Example
White with #FA2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2988; }
p { color: rgb(250,41,136); }
H1.HeaderClassName
{
color: #FA2988;
}
.AnyTagClassName
{
color: #FA2988;
}
</style>
background-color css
<style>
a { background-color: #FA2988; }
a { background-color: rgb(250,41,136); }
div.DivClassName
{
background-color: #FA2988;
}
.BgClassName
{
background-color: #FA2988;
}
</style>
border-color css
<style>
span { border-color: #FA2988; }
span { border-color: rgb(250,41,136); }
td.TdClassName
{
border-color: #FA2988;
}
.TagClassName
{
border-color: #FA2988;
}
</style>