Shades of Wild Strawberry #FA319F
Tints of Wild Strawberry #FA319F
RGB
CMYK
RGB Variations
Color information
#FA319F (or 0xFA319F) is known color: Wild Strawberry. HEX triplet: FA, 31 and 9F. RGB value is (250,49,159). Sum of RGB (Red+Green+Blue) = 250+49+159=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA319F is #05CE60. Grayscale: #797979. Windows color (decimal): -380513 or 10433018. OLE color: 10433018.
HSL color Cylindrical-coordinate representation of color #FA319F: hue angle of 327.16º 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 #FA319F is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 159 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.02 |
| HSL | 327.16º | 0.95% | 0.59% | - |
| HSV(B) | 327.16º | 0.8% | 0.98% | - |
| XYZ | 46.78 | 25.02 | 35.17 | - |
| YUV | 121.64 | 149.09 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 159 | 0 | 0.80 | 0.36 | 0.02 | 327.16 | 0.95 | 0.59 |
| Hex | FA | 31 | 9F | 0 | 50 | 24 | 2 | 147 | 5F | 3B |
| Octal | 372 | 61 | 237 | 0 | 120 | 44 | 2 | 507 | 137 | 73 |
| Binary | 11111010 | 110001 | 10011111 | 0 | 1010000 | 100100 | 10 | 101000111 | 1011111 | 111011 |
Color Harmonies of #FA319F
Complementary color
Monochromatic Colors of #FA319F
Black with #FA319F
Text Example
Text Example
White with #FA319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA319F; }
p { color: rgb(250,49,159); }
H1.HeaderClassName
{
color: #FA319F;
}
.AnyTagClassName
{
color: #FA319F;
}
</style>
background-color css
<style>
a { background-color: #FA319F; }
a { background-color: rgb(250,49,159); }
div.DivClassName
{
background-color: #FA319F;
}
.BgClassName
{
background-color: #FA319F;
}
</style>
border-color css
<style>
span { border-color: #FA319F; }
span { border-color: rgb(250,49,159); }
td.TdClassName
{
border-color: #FA319F;
}
.TagClassName
{
border-color: #FA319F;
}
</style>