Shades of Wild Strawberry #FA2896
Tints of Wild Strawberry #FA2896
RGB
CMYK
RGB Variations
Color information
#FA2896 (or 0xFA2896) is known color: Wild Strawberry. HEX triplet: FA, 28 and 96. RGB value is (250,40,150). Sum of RGB (Red+Green+Blue) = 250+40+150=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2896 is #05D769. Grayscale: #737373. Windows color (decimal): -382826 or 9840890. OLE color: 9840890.
HSL color Cylindrical-coordinate representation of color #FA2896: hue angle of 328.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2896 is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 150 | - |
| CMYK | 0 | 0.84 | 0.4 | 0.02 |
| HSL | 328.57º | 0.95% | 0.57% | - |
| HSV(B) | 328.57º | 0.84% | 0.98% | - |
| XYZ | 45.69 | 24.04 | 31.09 | - |
| YUV | 115.33 | 147.57 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 150 | 0 | 0.84 | 0.4 | 0.02 | 328.57 | 0.95 | 0.57 |
| Hex | FA | 28 | 96 | 0 | 54 | 28 | 2 | 149 | 5F | 39 |
| Octal | 372 | 50 | 226 | 0 | 124 | 50 | 2 | 511 | 137 | 71 |
| Binary | 11111010 | 101000 | 10010110 | 0 | 1010100 | 101000 | 10 | 101001001 | 1011111 | 111001 |
Color Harmonies of #FA2896
Complementary color
Monochromatic Colors of #FA2896
Black with #FA2896
Text Example
Text Example
White with #FA2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2896; }
p { color: rgb(250,40,150); }
H1.HeaderClassName
{
color: #FA2896;
}
.AnyTagClassName
{
color: #FA2896;
}
</style>
background-color css
<style>
a { background-color: #FA2896; }
a { background-color: rgb(250,40,150); }
div.DivClassName
{
background-color: #FA2896;
}
.BgClassName
{
background-color: #FA2896;
}
</style>
border-color css
<style>
span { border-color: #FA2896; }
span { border-color: rgb(250,40,150); }
td.TdClassName
{
border-color: #FA2896;
}
.TagClassName
{
border-color: #FA2896;
}
</style>