Shades of Wild Strawberry #FA389D
Tints of Wild Strawberry #FA389D
RGB
CMYK
RGB Variations
Color information
#FA389D (or 0xFA389D) is known color: Wild Strawberry. HEX triplet: FA, 38 and 9D. RGB value is (250,56,157). Sum of RGB (Red+Green+Blue) = 250+56+157=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA389D is #05C762. Grayscale: #7D7D7D. Windows color (decimal): -378723 or 10303738. OLE color: 10303738.
HSL color Cylindrical-coordinate representation of color #FA389D: hue angle of 328.76º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA389D is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 157 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.02 |
| HSL | 328.76º | 0.95% | 0.6% | - |
| HSV(B) | 328.76º | 0.78% | 0.98% | - |
| XYZ | 46.92 | 25.59 | 34.36 | - |
| YUV | 125.52 | 145.77 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 157 | 0 | 0.78 | 0.37 | 0.02 | 328.76 | 0.95 | 0.6 |
| Hex | FA | 38 | 9D | 0 | 4E | 25 | 2 | 149 | 5F | 3C |
| Octal | 372 | 70 | 235 | 0 | 116 | 45 | 2 | 511 | 137 | 74 |
| Binary | 11111010 | 111000 | 10011101 | 0 | 1001110 | 100101 | 10 | 101001001 | 1011111 | 111100 |
Color Harmonies of #FA389D
Complementary color
Monochromatic Colors of #FA389D
Black with #FA389D
Text Example
Text Example
White with #FA389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA389D; }
p { color: rgb(250,56,157); }
H1.HeaderClassName
{
color: #FA389D;
}
.AnyTagClassName
{
color: #FA389D;
}
</style>
background-color css
<style>
a { background-color: #FA389D; }
a { background-color: rgb(250,56,157); }
div.DivClassName
{
background-color: #FA389D;
}
.BgClassName
{
background-color: #FA389D;
}
</style>
border-color css
<style>
span { border-color: #FA389D; }
span { border-color: rgb(250,56,157); }
td.TdClassName
{
border-color: #FA389D;
}
.TagClassName
{
border-color: #FA389D;
}
</style>