Shades of Wild Strawberry #FA329F
Tints of Wild Strawberry #FA329F
RGB
CMYK
RGB Variations
Color information
#FA329F (or 0xFA329F) is known color: Wild Strawberry. HEX triplet: FA, 32 and 9F. RGB value is (250,50,159). Sum of RGB (Red+Green+Blue) = 250+50+159=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA329F is #05CD60. Grayscale: #797979. Windows color (decimal): -380257 or 10433274. OLE color: 10433274.
HSL color Cylindrical-coordinate representation of color #FA329F: hue angle of 327.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA329F is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 159 | - |
| CMYK | 0 | 0.8 | 0.36 | 0.02 |
| HSL | 327.3º | 0.95% | 0.59% | - |
| HSV(B) | 327.3º | 0.8% | 0.98% | - |
| XYZ | 46.82 | 25.11 | 35.18 | - |
| YUV | 122.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 159 | 0 | 0.8 | 0.36 | 0.02 | 327.3 | 0.95 | 0.59 |
| Hex | FA | 32 | 9F | 0 | 50 | 24 | 2 | 147 | 5F | 3B |
| Octal | 372 | 62 | 237 | 0 | 120 | 44 | 2 | 507 | 137 | 73 |
| Binary | 11111010 | 110010 | 10011111 | 0 | 1010000 | 100100 | 10 | 101000111 | 1011111 | 111011 |
Color Harmonies of #FA329F
Complementary color
Monochromatic Colors of #FA329F
Black with #FA329F
Text Example
Text Example
White with #FA329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA329F; }
p { color: rgb(250,50,159); }
H1.HeaderClassName
{
color: #FA329F;
}
.AnyTagClassName
{
color: #FA329F;
}
</style>
background-color css
<style>
a { background-color: #FA329F; }
a { background-color: rgb(250,50,159); }
div.DivClassName
{
background-color: #FA329F;
}
.BgClassName
{
background-color: #FA329F;
}
</style>
border-color css
<style>
span { border-color: #FA329F; }
span { border-color: rgb(250,50,159); }
td.TdClassName
{
border-color: #FA329F;
}
.TagClassName
{
border-color: #FA329F;
}
</style>