Shades of Wild Strawberry #FA348D
Tints of Wild Strawberry #FA348D
RGB
CMYK
RGB Variations
Color information
#FA348D (or 0xFA348D) is known color: Wild Strawberry. HEX triplet: FA, 34 and 8D. RGB value is (250,52,141). Sum of RGB (Red+Green+Blue) = 250+52+141=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA348D is #05CB72. Grayscale: #797979. Windows color (decimal): -379763 or 9254138. OLE color: 9254138.
HSL color Cylindrical-coordinate representation of color #FA348D: hue angle of 333.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA348D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 141 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.02 |
| HSL | 333.03º | 0.95% | 0.59% | - |
| HSV(B) | 333.03º | 0.79% | 0.98% | - |
| XYZ | 45.46 | 24.7 | 27.57 | - |
| YUV | 121.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 141 | 0 | 0.79 | 0.44 | 0.02 | 333.03 | 0.95 | 0.59 |
| Hex | FA | 34 | 8D | 0 | 4F | 2C | 2 | 14D | 5F | 3B |
| Octal | 372 | 64 | 215 | 0 | 117 | 54 | 2 | 515 | 137 | 73 |
| Binary | 11111010 | 110100 | 10001101 | 0 | 1001111 | 101100 | 10 | 101001101 | 1011111 | 111011 |
Color Harmonies of #FA348D
Complementary color
Monochromatic Colors of #FA348D
Black with #FA348D
Text Example
Text Example
White with #FA348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA348D; }
p { color: rgb(250,52,141); }
H1.HeaderClassName
{
color: #FA348D;
}
.AnyTagClassName
{
color: #FA348D;
}
</style>
background-color css
<style>
a { background-color: #FA348D; }
a { background-color: rgb(250,52,141); }
div.DivClassName
{
background-color: #FA348D;
}
.BgClassName
{
background-color: #FA348D;
}
</style>
border-color css
<style>
span { border-color: #FA348D; }
span { border-color: rgb(250,52,141); }
td.TdClassName
{
border-color: #FA348D;
}
.TagClassName
{
border-color: #FA348D;
}
</style>