Shades of Wild Strawberry #FA2E8D
Tints of Wild Strawberry #FA2E8D
RGB
CMYK
RGB Variations
Color information
#FA2E8D (or 0xFA2E8D) is known color: Wild Strawberry. HEX triplet: FA, 2E and 8D. RGB value is (250,46,141). Sum of RGB (Red+Green+Blue) = 250+46+141=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2E8D is #05D172. Grayscale: #757575. Windows color (decimal): -381299 or 9252602. OLE color: 9252602.
HSL color Cylindrical-coordinate representation of color #FA2E8D: hue angle of 332.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2E8D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 141 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.02 |
| HSL | 332.06º | 0.95% | 0.58% | - |
| HSV(B) | 332.06º | 0.82% | 0.98% | - |
| XYZ | 45.21 | 24.2 | 27.49 | - |
| YUV | 117.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 141 | 0 | 0.82 | 0.44 | 0.02 | 332.06 | 0.95 | 0.58 |
| Hex | FA | 2E | 8D | 0 | 52 | 2C | 2 | 14C | 5F | 3A |
| Octal | 372 | 56 | 215 | 0 | 122 | 54 | 2 | 514 | 137 | 72 |
| Binary | 11111010 | 101110 | 10001101 | 0 | 1010010 | 101100 | 10 | 101001100 | 1011111 | 111010 |
Color Harmonies of #FA2E8D
Complementary color
Monochromatic Colors of #FA2E8D
Black with #FA2E8D
Text Example
Text Example
White with #FA2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2E8D; }
p { color: rgb(250,46,141); }
H1.HeaderClassName
{
color: #FA2E8D;
}
.AnyTagClassName
{
color: #FA2E8D;
}
</style>
background-color css
<style>
a { background-color: #FA2E8D; }
a { background-color: rgb(250,46,141); }
div.DivClassName
{
background-color: #FA2E8D;
}
.BgClassName
{
background-color: #FA2E8D;
}
</style>
border-color css
<style>
span { border-color: #FA2E8D; }
span { border-color: rgb(250,46,141); }
td.TdClassName
{
border-color: #FA2E8D;
}
.TagClassName
{
border-color: #FA2E8D;
}
</style>