Shades of Wild Strawberry #FA2B8B
Tints of Wild Strawberry #FA2B8B
RGB
CMYK
RGB Variations
Color information
#FA2B8B (or 0xFA2B8B) is known color: Wild Strawberry. HEX triplet: FA, 2B and 8B. RGB value is (250,43,139). Sum of RGB (Red+Green+Blue) = 250+43+139=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2B8B is #05D474. Grayscale: #737373. Windows color (decimal): -382069 or 9120762. OLE color: 9120762.
HSL color Cylindrical-coordinate representation of color #FA2B8B: hue angle of 332.17º 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 #FA2B8B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 139 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.02 |
| HSL | 332.17º | 0.95% | 0.57% | - |
| HSV(B) | 332.17º | 0.83% | 0.98% | - |
| XYZ | 44.95 | 23.92 | 26.67 | - |
| YUV | 115.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 139 | 0 | 0.83 | 0.44 | 0.02 | 332.17 | 0.95 | 0.57 |
| Hex | FA | 2B | 8B | 0 | 53 | 2C | 2 | 14C | 5F | 39 |
| Octal | 372 | 53 | 213 | 0 | 123 | 54 | 2 | 514 | 137 | 71 |
| Binary | 11111010 | 101011 | 10001011 | 0 | 1010011 | 101100 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #FA2B8B
Complementary color
Monochromatic Colors of #FA2B8B
Black with #FA2B8B
Text Example
Text Example
White with #FA2B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B8B; }
p { color: rgb(250,43,139); }
H1.HeaderClassName
{
color: #FA2B8B;
}
.AnyTagClassName
{
color: #FA2B8B;
}
</style>
background-color css
<style>
a { background-color: #FA2B8B; }
a { background-color: rgb(250,43,139); }
div.DivClassName
{
background-color: #FA2B8B;
}
.BgClassName
{
background-color: #FA2B8B;
}
</style>
border-color css
<style>
span { border-color: #FA2B8B; }
span { border-color: rgb(250,43,139); }
td.TdClassName
{
border-color: #FA2B8B;
}
.TagClassName
{
border-color: #FA2B8B;
}
</style>