Shades of Wild Strawberry #FA43A0
Tints of Wild Strawberry #FA43A0
RGB
CMYK
RGB Variations
Color information
#FA43A0 (or 0xFA43A0) is known color: Wild Strawberry. HEX triplet: FA, 43 and A0. RGB value is (250,67,160). Sum of RGB (Red+Green+Blue) = 250+67+160=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA43A0 is #05BC5F. Grayscale: #848484. Windows color (decimal): -375904 or 10503162. OLE color: 10503162.
HSL color Cylindrical-coordinate representation of color #FA43A0: hue angle of 329.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA43A0 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 160 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.02 |
| HSL | 329.51º | 0.95% | 0.62% | - |
| HSV(B) | 329.51º | 0.73% | 0.98% | - |
| XYZ | 47.78 | 26.88 | 35.93 | - |
| YUV | 132.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 160 | 0 | 0.73 | 0.36 | 0.02 | 329.51 | 0.95 | 0.62 |
| Hex | FA | 43 | A0 | 0 | 49 | 24 | 2 | 14A | 5F | 3E |
| Octal | 372 | 103 | 240 | 0 | 111 | 44 | 2 | 512 | 137 | 76 |
| Binary | 11111010 | 1000011 | 10100000 | 0 | 1001001 | 100100 | 10 | 101001010 | 1011111 | 111110 |
Color Harmonies of #FA43A0
Complementary color
Monochromatic Colors of #FA43A0
Black with #FA43A0
Text Example
Text Example
White with #FA43A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA43A0; }
p { color: rgb(250,67,160); }
H1.HeaderClassName
{
color: #FA43A0;
}
.AnyTagClassName
{
color: #FA43A0;
}
</style>
background-color css
<style>
a { background-color: #FA43A0; }
a { background-color: rgb(250,67,160); }
div.DivClassName
{
background-color: #FA43A0;
}
.BgClassName
{
background-color: #FA43A0;
}
</style>
border-color css
<style>
span { border-color: #FA43A0; }
span { border-color: rgb(250,67,160); }
td.TdClassName
{
border-color: #FA43A0;
}
.TagClassName
{
border-color: #FA43A0;
}
</style>