Shades of Wild Strawberry #FA3BA1
Tints of Wild Strawberry #FA3BA1
RGB
CMYK
RGB Variations
Color information
#FA3BA1 (or 0xFA3BA1) is known color: Wild Strawberry. HEX triplet: FA, 3B and A1. RGB value is (250,59,161). Sum of RGB (Red+Green+Blue) = 250+59+161=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3BA1 is #05C45E. Grayscale: #7F7F7F. Windows color (decimal): -377951 or 10566650. OLE color: 10566650.
HSL color Cylindrical-coordinate representation of color #FA3BA1: hue angle of 327.96º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3BA1 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 59 | 161 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.02 |
| HSL | 327.96º | 0.95% | 0.61% | - |
| HSV(B) | 327.96º | 0.76% | 0.98% | - |
| XYZ | 47.42 | 26.03 | 36.24 | - |
| YUV | 127.74 | 146.78 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 59 | 161 | 0 | 0.76 | 0.36 | 0.02 | 327.96 | 0.95 | 0.61 |
| Hex | FA | 3B | A1 | 0 | 4C | 24 | 2 | 148 | 5F | 3D |
| Octal | 372 | 73 | 241 | 0 | 114 | 44 | 2 | 510 | 137 | 75 |
| Binary | 11111010 | 111011 | 10100001 | 0 | 1001100 | 100100 | 10 | 101001000 | 1011111 | 111101 |
Color Harmonies of #FA3BA1
Complementary color
Monochromatic Colors of #FA3BA1
Black with #FA3BA1
Text Example
Text Example
White with #FA3BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3BA1; }
p { color: rgb(250,59,161); }
H1.HeaderClassName
{
color: #FA3BA1;
}
.AnyTagClassName
{
color: #FA3BA1;
}
</style>
background-color css
<style>
a { background-color: #FA3BA1; }
a { background-color: rgb(250,59,161); }
div.DivClassName
{
background-color: #FA3BA1;
}
.BgClassName
{
background-color: #FA3BA1;
}
</style>
border-color css
<style>
span { border-color: #FA3BA1; }
span { border-color: rgb(250,59,161); }
td.TdClassName
{
border-color: #FA3BA1;
}
.TagClassName
{
border-color: #FA3BA1;
}
</style>