Shades of Wild Strawberry #FA318C
Tints of Wild Strawberry #FA318C
RGB
CMYK
RGB Variations
Color information
#FA318C (or 0xFA318C) is known color: Wild Strawberry. HEX triplet: FA, 31 and 8C. RGB value is (250,49,140). Sum of RGB (Red+Green+Blue) = 250+49+140=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA318C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA318C is #05CE73. Grayscale: #777777. Windows color (decimal): -380532 or 9187834. OLE color: 9187834.
HSL color Cylindrical-coordinate representation of color #FA318C: hue angle of 332.84º 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 #FA318C is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 140 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.02 |
| HSL | 332.84º | 0.95% | 0.59% | - |
| HSV(B) | 332.84º | 0.8% | 0.98% | - |
| XYZ | 45.26 | 24.41 | 27.14 | - |
| YUV | 119.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 140 | 0 | 0.80 | 0.44 | 0.02 | 332.84 | 0.95 | 0.59 |
| Hex | FA | 31 | 8C | 0 | 50 | 2C | 2 | 14D | 5F | 3B |
| Octal | 372 | 61 | 214 | 0 | 120 | 54 | 2 | 515 | 137 | 73 |
| Binary | 11111010 | 110001 | 10001100 | 0 | 1010000 | 101100 | 10 | 101001101 | 1011111 | 111011 |
Color Harmonies of #FA318C
Complementary color
Monochromatic Colors of #FA318C
Black with #FA318C
Text Example
Text Example
White with #FA318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA318C; }
p { color: rgb(250,49,140); }
H1.HeaderClassName
{
color: #FA318C;
}
.AnyTagClassName
{
color: #FA318C;
}
</style>
background-color css
<style>
a { background-color: #FA318C; }
a { background-color: rgb(250,49,140); }
div.DivClassName
{
background-color: #FA318C;
}
.BgClassName
{
background-color: #FA318C;
}
</style>
border-color css
<style>
span { border-color: #FA318C; }
span { border-color: rgb(250,49,140); }
td.TdClassName
{
border-color: #FA318C;
}
.TagClassName
{
border-color: #FA318C;
}
</style>