Shades of Wild Strawberry #FA3AA3
Tints of Wild Strawberry #FA3AA3
RGB
CMYK
RGB Variations
Color information
#FA3AA3 (or 0xFA3AA3) is known color: Wild Strawberry. HEX triplet: FA, 3A and A3. RGB value is (250,58,163). Sum of RGB (Red+Green+Blue) = 250+58+163=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3AA3 is #05C55C. Grayscale: #7F7F7F. Windows color (decimal): -378205 or 10697466. OLE color: 10697466.
HSL color Cylindrical-coordinate representation of color #FA3AA3: hue angle of 327.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AA3 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 163 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.02 |
| HSL | 327.19º | 0.95% | 0.6% | - |
| HSV(B) | 327.19º | 0.77% | 0.98% | - |
| XYZ | 47.55 | 25.99 | 37.16 | - |
| YUV | 127.38 | 148.11 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 163 | 0 | 0.77 | 0.35 | 0.02 | 327.19 | 0.95 | 0.6 |
| Hex | FA | 3A | A3 | 0 | 4D | 23 | 2 | 147 | 5F | 3C |
| Octal | 372 | 72 | 243 | 0 | 115 | 43 | 2 | 507 | 137 | 74 |
| Binary | 11111010 | 111010 | 10100011 | 0 | 1001101 | 100011 | 10 | 101000111 | 1011111 | 111100 |
Color Harmonies of #FA3AA3
Complementary color
Monochromatic Colors of #FA3AA3
Black with #FA3AA3
Text Example
Text Example
White with #FA3AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AA3; }
p { color: rgb(250,58,163); }
H1.HeaderClassName
{
color: #FA3AA3;
}
.AnyTagClassName
{
color: #FA3AA3;
}
</style>
background-color css
<style>
a { background-color: #FA3AA3; }
a { background-color: rgb(250,58,163); }
div.DivClassName
{
background-color: #FA3AA3;
}
.BgClassName
{
background-color: #FA3AA3;
}
</style>
border-color css
<style>
span { border-color: #FA3AA3; }
span { border-color: rgb(250,58,163); }
td.TdClassName
{
border-color: #FA3AA3;
}
.TagClassName
{
border-color: #FA3AA3;
}
</style>