Shades of Wild Strawberry #FA2996
Tints of Wild Strawberry #FA2996
RGB
CMYK
RGB Variations
Color information
#FA2996 (or 0xFA2996) is known color: Wild Strawberry. HEX triplet: FA, 29 and 96. RGB value is (250,41,150). Sum of RGB (Red+Green+Blue) = 250+41+150=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2996 is #05D669. Grayscale: #737373. Windows color (decimal): -382570 or 9841146. OLE color: 9841146.
HSL color Cylindrical-coordinate representation of color #FA2996: hue angle of 328.71º 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 #FA2996 is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 150 | - |
| CMYK | 0 | 0.84 | 0.4 | 0.02 |
| HSL | 328.71º | 0.95% | 0.57% | - |
| HSV(B) | 328.71º | 0.84% | 0.98% | - |
| XYZ | 45.72 | 24.11 | 31.1 | - |
| YUV | 115.92 | 147.24 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 150 | 0 | 0.84 | 0.4 | 0.02 | 328.71 | 0.95 | 0.57 |
| Hex | FA | 29 | 96 | 0 | 54 | 28 | 2 | 149 | 5F | 39 |
| Octal | 372 | 51 | 226 | 0 | 124 | 50 | 2 | 511 | 137 | 71 |
| Binary | 11111010 | 101001 | 10010110 | 0 | 1010100 | 101000 | 10 | 101001001 | 1011111 | 111001 |
Color Harmonies of #FA2996
Complementary color
Monochromatic Colors of #FA2996
Black with #FA2996
Text Example
Text Example
White with #FA2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2996; }
p { color: rgb(250,41,150); }
H1.HeaderClassName
{
color: #FA2996;
}
.AnyTagClassName
{
color: #FA2996;
}
</style>
background-color css
<style>
a { background-color: #FA2996; }
a { background-color: rgb(250,41,150); }
div.DivClassName
{
background-color: #FA2996;
}
.BgClassName
{
background-color: #FA2996;
}
</style>
border-color css
<style>
span { border-color: #FA2996; }
span { border-color: rgb(250,41,150); }
td.TdClassName
{
border-color: #FA2996;
}
.TagClassName
{
border-color: #FA2996;
}
</style>