Shades of Wild Strawberry #FA288D
Tints of Wild Strawberry #FA288D
RGB
CMYK
RGB Variations
Color information
#FA288D (or 0xFA288D) is known color: Wild Strawberry. HEX triplet: FA, 28 and 8D. RGB value is (250,40,141). Sum of RGB (Red+Green+Blue) = 250+40+141=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA288D is #05D772. Grayscale: #727272. Windows color (decimal): -382835 or 9251066. OLE color: 9251066.
HSL color Cylindrical-coordinate representation of color #FA288D: hue angle of 331.14º 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 #FA288D is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 141 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.02 |
| HSL | 331.14º | 0.95% | 0.57% | - |
| HSV(B) | 331.14º | 0.84% | 0.98% | - |
| XYZ | 44.99 | 23.76 | 27.42 | - |
| YUV | 114.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 141 | 0 | 0.84 | 0.44 | 0.02 | 331.14 | 0.95 | 0.57 |
| Hex | FA | 28 | 8D | 0 | 54 | 2C | 2 | 14B | 5F | 39 |
| Octal | 372 | 50 | 215 | 0 | 124 | 54 | 2 | 513 | 137 | 71 |
| Binary | 11111010 | 101000 | 10001101 | 0 | 1010100 | 101100 | 10 | 101001011 | 1011111 | 111001 |
Color Harmonies of #FA288D
Complementary color
Monochromatic Colors of #FA288D
Black with #FA288D
Text Example
Text Example
White with #FA288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA288D; }
p { color: rgb(250,40,141); }
H1.HeaderClassName
{
color: #FA288D;
}
.AnyTagClassName
{
color: #FA288D;
}
</style>
background-color css
<style>
a { background-color: #FA288D; }
a { background-color: rgb(250,40,141); }
div.DivClassName
{
background-color: #FA288D;
}
.BgClassName
{
background-color: #FA288D;
}
</style>
border-color css
<style>
span { border-color: #FA288D; }
span { border-color: rgb(250,40,141); }
td.TdClassName
{
border-color: #FA288D;
}
.TagClassName
{
border-color: #FA288D;
}
</style>