Shades of Wild Strawberry #FA3896
Tints of Wild Strawberry #FA3896
RGB
CMYK
RGB Variations
Color information
#FA3896 (or 0xFA3896) is known color: Wild Strawberry. HEX triplet: FA, 38 and 96. RGB value is (250,56,150). Sum of RGB (Red+Green+Blue) = 250+56+150=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3896 is #05C769. Grayscale: #7C7C7C. Windows color (decimal): -378730 or 9844986. OLE color: 9844986.
HSL color Cylindrical-coordinate representation of color #FA3896: hue angle of 330.93º 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 #FA3896 is Cyan = 0, Magento = 0.78, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 150 | - |
| CMYK | 0 | 0.78 | 0.4 | 0.02 |
| HSL | 330.93º | 0.95% | 0.6% | - |
| HSV(B) | 330.93º | 0.78% | 0.98% | - |
| XYZ | 46.34 | 25.35 | 31.31 | - |
| YUV | 124.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 150 | 0 | 0.78 | 0.4 | 0.02 | 330.93 | 0.95 | 0.6 |
| Hex | FA | 38 | 96 | 0 | 4E | 28 | 2 | 14B | 5F | 3C |
| Octal | 372 | 70 | 226 | 0 | 116 | 50 | 2 | 513 | 137 | 74 |
| Binary | 11111010 | 111000 | 10010110 | 0 | 1001110 | 101000 | 10 | 101001011 | 1011111 | 111100 |
Color Harmonies of #FA3896
Complementary color
Monochromatic Colors of #FA3896
Black with #FA3896
Text Example
Text Example
White with #FA3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3896; }
p { color: rgb(250,56,150); }
H1.HeaderClassName
{
color: #FA3896;
}
.AnyTagClassName
{
color: #FA3896;
}
</style>
background-color css
<style>
a { background-color: #FA3896; }
a { background-color: rgb(250,56,150); }
div.DivClassName
{
background-color: #FA3896;
}
.BgClassName
{
background-color: #FA3896;
}
</style>
border-color css
<style>
span { border-color: #FA3896; }
span { border-color: rgb(250,56,150); }
td.TdClassName
{
border-color: #FA3896;
}
.TagClassName
{
border-color: #FA3896;
}
</style>