Shades of Wild Strawberry #FA2B8D
Tints of Wild Strawberry #FA2B8D
RGB
CMYK
RGB Variations
Color information
#FA2B8D (or 0xFA2B8D) is known color: Wild Strawberry. HEX triplet: FA, 2B and 8D. RGB value is (250,43,141). Sum of RGB (Red+Green+Blue) = 250+43+141=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2B8D is #05D472. Grayscale: #737373. Windows color (decimal): -382067 or 9251834. OLE color: 9251834.
HSL color Cylindrical-coordinate representation of color #FA2B8D: hue angle of 331.59º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B8D is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 141 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.02 |
| HSL | 331.59º | 0.95% | 0.57% | - |
| HSV(B) | 331.59º | 0.83% | 0.98% | - |
| XYZ | 45.1 | 23.97 | 27.45 | - |
| YUV | 116.07 | 142.08 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 141 | 0 | 0.83 | 0.44 | 0.02 | 331.59 | 0.95 | 0.57 |
| Hex | FA | 2B | 8D | 0 | 53 | 2C | 2 | 14C | 5F | 39 |
| Octal | 372 | 53 | 215 | 0 | 123 | 54 | 2 | 514 | 137 | 71 |
| Binary | 11111010 | 101011 | 10001101 | 0 | 1010011 | 101100 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #FA2B8D
Complementary color
Monochromatic Colors of #FA2B8D
Black with #FA2B8D
Text Example
Text Example
White with #FA2B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B8D; }
p { color: rgb(250,43,141); }
H1.HeaderClassName
{
color: #FA2B8D;
}
.AnyTagClassName
{
color: #FA2B8D;
}
</style>
background-color css
<style>
a { background-color: #FA2B8D; }
a { background-color: rgb(250,43,141); }
div.DivClassName
{
background-color: #FA2B8D;
}
.BgClassName
{
background-color: #FA2B8D;
}
</style>
border-color css
<style>
span { border-color: #FA2B8D; }
span { border-color: rgb(250,43,141); }
td.TdClassName
{
border-color: #FA2B8D;
}
.TagClassName
{
border-color: #FA2B8D;
}
</style>